aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-03 18:32:21 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-03 18:32:21 +0000
commitd9fcbb7d5a860d27dfab3fee956f4187a0d92401 (patch)
treeb1559b4a6b88bc2731b6ce51f6fb9f6bbc7a9a36 /src/dht
parent32e21c94e921edf3b026f8e94010cd66db32b00c (diff)
downloadgnunet-d9fcbb7d5a860d27dfab3fee956f4187a0d92401.tar.gz
gnunet-d9fcbb7d5a860d27dfab3fee956f4187a0d92401.zip
fixing various dist issues
Diffstat (limited to 'src/dht')
-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