From: Nick Mathewson Date: Thu, 4 Dec 2014 14:19:44 +0000 (-0500) Subject: Add fakechans.h to noinst_headers X-Git-Tag: tor-0.2.6.2-alpha~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c0e09ef813a12d64fb4329978853e2b27a5856e;p=thirdparty%2Ftor.git Add fakechans.h to noinst_headers --- 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 \