$(XLIB)
libgnunet_plugin_dhtlog_mysql_dump_la_LDFLAGS = \
$(GN_PLUGIN_LDFLAGS)
-
+
libgnunet_plugin_dhtlog_mysql_dump_load_la_SOURCES = \
plugin_dhtlog_mysql_dump_load.c
libgnunet_plugin_dhtlog_mysql_dump_load_la_LIBADD = \
$(GN_LIB_LDFLAGS) $(WINFLAGS) \
-version-info 0:0:0
-libgnunetdht_la_SOURCES = \
libgnunetdht_la_SOURCES = \
dht_api.c dht.h \
dht_api_get_put.c \
gnunet-service-dht \
gnunet-dht-get \
gnunet-dht-get-peer \
- gnunet-dht-put \
- gnunet-dht-driver
+ gnunet-dht-put
-noinst_PROGRAMS = $(check_PROGRAMS)
+if HAVE_MALICIOUS
+noinst_PROGRAMS = \
+ gnunet-dht-driver
+endif
gnunet_service_dht_SOURCES = \
gnunet-service-dht.c
test_dht_twopeer_put_get \
test_dht_twopeer_path_tracking \
test_dht_multipeer \
- test_dhtlog
+ test_dhtlog
+# test_hash_operations
if !DISABLE_TEST_RUN
TESTS = test_dht_api $(check_SCRIPTS) \
test_dht_multipeer_DEPENDENCIES = \
libgnunetdht.la
+#test_hash_operations_SOURCES = \
+# test_hash_operations.c
+#test_hash_operations_LDADD = \
+# $(top_builddir)/src/util/libgnunetutil.la \
+# $(top_builddir)/src/testing/libgnunettesting.la \
+# $(top_builddir)/src/dht/libgnunetdht.la
+
test_dht_twopeer_SOURCES = \
test_dht_twopeer.c
test_dht_twopeer_LDADD = \
$(top_builddir)/src/util/libgnunetutil.la \
$(top_builddir)/src/testing/libgnunettesting.la \
$(top_builddir)/src/dht/libgnunetdht.la
-
+
test_dht_twopeer_path_tracking_SOURCES = \
test_dht_twopeer_path_tracking.c
test_dht_twopeer_path_tracking_LDADD = \