-dce
[oweals/gnunet.git] / src / dht / Makefile.am
index 93880c29cb8fed13f3ab1a4865bd8821378b22fe..b2d18d24e3ea715ab2fdd12efc1c152bac64b1e9 100644 (file)
@@ -50,6 +50,7 @@ libgnunet_plugin_block_dht_la_DEPENDENCIES = \
 
 bin_PROGRAMS = \
  gnunet-service-dht \
+ gnunet-dht-monitor \
  gnunet-dht-get \
  gnunet-dht-put
 
@@ -92,6 +93,16 @@ gnunet_dht_put_LDADD = \
 gnunet_dht_put_DEPENDENCIES = \
   libgnunetdht.la                            
 
+gnunet_dht_monitor_SOURCES = \
+ gnunet-dht-monitor.c         
+gnunet_dht_monitor_LDADD = \
+  $(top_builddir)/src/dht/libgnunetdht.la \
+  $(top_builddir)/src/core/libgnunetcore.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
+gnunet_dht_monitor_DEPENDENCIES = \
+  libgnunetdht.la                            
+
+
 check_PROGRAMS = \
  test_dht_api \
  test_dht_twopeer \