aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index d463d232f..717792da3 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -80,7 +80,10 @@ test_dht_twopeer_LDADD = \
80 $(top_builddir)/src/dht/libgnunetdht.la 80 $(top_builddir)/src/dht/libgnunetdht.la
81 81
82EXTRA_DIST = \ 82EXTRA_DIST = \
83 test_dht_api_data.conf 83 $(check_SCRIPTS) \
84 test_dht_api_data.conf \
85 test_dht_api_peer1.conf \
86 test_dht_twopeer_data.conf
84 87
85check_SCRIPTS = \ 88check_SCRIPTS = \
86 test_dht_tools.sh 89 test_dht_tools.sh