aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/Makefile.am1
-rw-r--r--src/dht/gnunet-service-dht.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 4a78ea4c7..d60ff62d6 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -197,6 +197,7 @@ test_dht_monitor_LDADD = \
197 197
198EXTRA_DIST = \ 198EXTRA_DIST = \
199 $(check_SCRIPTS) \ 199 $(check_SCRIPTS) \
200 gnunet-service-dht_clients.c \
200 test_dht_api_data.conf \ 201 test_dht_api_data.conf \
201 test_dht_api_peer1.conf \ 202 test_dht_api_peer1.conf \
202 test_dht_monitor.conf \ 203 test_dht_monitor.conf \
diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c
index f2b922dc4..829c53aea 100644
--- a/src/dht/gnunet-service-dht.c
+++ b/src/dht/gnunet-service-dht.c
@@ -55,7 +55,6 @@ static struct GNUNET_TRANSPORT_HelloGetHandle *ghh;
55struct GNUNET_TIME_Relative hello_expiration; 55struct GNUNET_TIME_Relative hello_expiration;
56 56
57 57
58/* Code shared between different DHT implementations */
59#include "gnunet-service-dht_clients.c" 58#include "gnunet-service-dht_clients.c"
60 59
61 60