summaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-12 10:24:04 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-12 10:24:04 -0500
commit9605978eb6225a67f0682f6de990278644f8ea38 (patch)
tree8b941db7bf9f6cb82b761e612bad1ecc0ecdbcde /src/common/include.am
parentf4656c0cc9c13d3ba9d069f97771e98f160a87f8 (diff)
downloadtor-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.am1
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 = \