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/ext/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/ext/include.am')
-rw-r--r-- | src/ext/include.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ext/include.am b/src/ext/include.am index ea7e58e79e..26e194e88e 100644 --- a/src/ext/include.am +++ b/src/ext/include.am @@ -10,7 +10,8 @@ EXTHEADERS = \ src/ext/strlcat.c \ src/ext/strlcpy.c \ src/ext/tinytest_macros.h \ - src/ext/tor_queue.h + src/ext/tor_queue.h \ + src/ext/siphash.h noinst_HEADERS+= $(EXTHEADERS) |