]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Repair "make distcheck".
authorNick Mathewson <nickm@torproject.org>
Sun, 20 Dec 2015 19:57:27 +0000 (14:57 -0500)
committerNick Mathewson <nickm@torproject.org>
Sun, 20 Dec 2015 19:57:27 +0000 (14:57 -0500)
src/ext/include.am
src/test/include.am

index b8e59ff3ad487eb72a629fbdbc6324834dbb6796..bf678f2c9d166b15649e716614fb07a60f7617ec 100644 (file)
@@ -143,6 +143,8 @@ src_ext_keccak_tiny_libkeccak_tiny_a_SOURCES= \
 LIBKECCAK_TINY_HDRS = \
        src/ext/keccak-tiny/keccak-tiny.h
 
+noinst_HEADERS += $(LIBKECCAK_TINY_HDRS)
+
 LIBKECCAK_TINY=src/ext/keccak-tiny/libkeccak-tiny.a
 noinst_LIBRARIES += $(LIBKECCAK_TINY)
 
index a545cd8c33080256a915ea4cafa1b9fc76277517..4334b7a5386e3d457e653df64d4f2379ff13c585 100644 (file)
@@ -225,4 +225,5 @@ EXTRA_DIST += \
        src/test/test_keygen.sh \
         src/test/test_zero_length_keys.sh \
         src/test/test_ntor.sh src/test/test_bt.sh \
-       src/test/test-network.sh
+       src/test/test-network.sh \
+       src/test/test_switch_id.sh