aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-04-17 13:49:06 +0000
committerBart Polot <bart@net.in.tum.de>2012-04-17 13:49:06 +0000
commitf47b063560515b6138b89e4d07fed09fac69eacf (patch)
tree093f99b9d245b8901011a84ff027361d8664b2ce /src/dht/Makefile.am
parent4fbe3a77a2353a5f4a6074ca56106f285147b68d (diff)
downloadgnunet-f47b063560515b6138b89e4d07fed09fac69eacf.tar.gz
gnunet-f47b063560515b6138b89e4d07fed09fac69eacf.zip
- fixed small bugs, added FIXME, added monitor client (to be tested)
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 93880c29c..b2d18d24e 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -50,6 +50,7 @@ libgnunet_plugin_block_dht_la_DEPENDENCIES = \
50 50
51bin_PROGRAMS = \ 51bin_PROGRAMS = \
52 gnunet-service-dht \ 52 gnunet-service-dht \
53 gnunet-dht-monitor \
53 gnunet-dht-get \ 54 gnunet-dht-get \
54 gnunet-dht-put 55 gnunet-dht-put
55 56
@@ -92,6 +93,16 @@ gnunet_dht_put_LDADD = \
92gnunet_dht_put_DEPENDENCIES = \ 93gnunet_dht_put_DEPENDENCIES = \
93 libgnunetdht.la 94 libgnunetdht.la
94 95
96gnunet_dht_monitor_SOURCES = \
97 gnunet-dht-monitor.c
98gnunet_dht_monitor_LDADD = \
99 $(top_builddir)/src/dht/libgnunetdht.la \
100 $(top_builddir)/src/core/libgnunetcore.la \
101 $(top_builddir)/src/util/libgnunetutil.la
102gnunet_dht_monitor_DEPENDENCIES = \
103 libgnunetdht.la
104
105
95check_PROGRAMS = \ 106check_PROGRAMS = \
96 test_dht_api \ 107 test_dht_api \
97 test_dht_twopeer \ 108 test_dht_twopeer \