diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-12 10:24:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-12 10:24:04 -0500 |
commit | 9605978eb6225a67f0682f6de990278644f8ea38 (patch) | |
tree | 8b941db7bf9f6cb82b761e612bad1ecc0ecdbcde /src/common/include.am | |
parent | f4656c0cc9c13d3ba9d069f97771e98f160a87f8 (diff) | |
download | tor-9605978eb6225a67f0682f6de990278644f8ea38.tar.gz tor-9605978eb6225a67f0682f6de990278644f8ea38.zip |
Get csiphash better integrated with our build system
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am index 814786b776..d0ea40ea6a 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -61,6 +61,7 @@ LIBOR_A_SOURCES = \ src/common/util.c \ src/common/util_codedigest.c \ src/common/sandbox.c \ + src/ext/csiphash.c \ $(libor_extra_source) LIBOR_CRYPTO_A_SOURCES = \ |