summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-12-04 09:19:44 -0500
committerNick Mathewson <nickm@torproject.org>2014-12-04 09:19:44 -0500
commit3c0e09ef813a12d64fb4329978853e2b27a5856e (patch)
tree7dfdc6fdbb6fa12888dc7e8cdfa0af775c30ac61
parent58df153163ec0e4430dbf136f4194fd43150752c (diff)
downloadtor-3c0e09ef813a12d64fb4329978853e2b27a5856e.tar.gz
tor-3c0e09ef813a12d64fb4329978853e2b27a5856e.zip
Add fakechans.h to noinst_headers
-rw-r--r--src/test/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index 51c9f73739..d7a647940b 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -79,6 +79,7 @@ src_test_bench_LDADD = src/or/libtor.a src/common/libor.a \
@TOR_OPENSSL_LIBS@ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@
noinst_HEADERS+= \
+ src/test/fakechans.h \
src/test/test.h \
src/test/test_descriptors.inc \
src/test/example_extrainfo.inc \