MHD debug messages switched off
[oweals/gnunet.git] / src / dv / Makefile.am
index 9d5dc1ab1e76fdb6183bad07781009279c286a62..af31022397ea158c059472df2b7b09d9e1e2f3b9 100644 (file)
@@ -28,10 +28,11 @@ libgnunetdv_la_LDFLAGS = \
 
 bin_PROGRAMS = \
  gnunet-service-dv
-
 gnunet_service_dv_SOURCES = \
  gnunet-service-dv.c         
 gnunet_service_dv_LDADD = \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/dv/libgnunetdv.la \
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
@@ -47,31 +48,22 @@ libgnunet_plugin_transport_dv_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la 
 libgnunet_plugin_transport_dv_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
+
+
 check_PROGRAMS = \
- test_transport_api_dv \
- test_dv_topology
+ test_transport_api_dv
+# test_dv_topology
+
+if !DISABLE_TEST_RUN
 TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
+endif
 
 test_transport_api_dv_SOURCES = \
  test_transport_api_dv.c
 test_transport_api_dv_LDADD = \
  $(top_builddir)/src/transport/libgnunettransport.la \
- $(top_builddir)/src/util/libgnunetutil.la 
-
-test_dv_topology_SOURCES = \
- test_dv_topology.c
-test_dv_topology_LDADD = \
- $(top_builddir)/src/transport/libgnunettransport.la \
- $(top_builddir)/src/util/libgnunetutil.la  \
+ $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/testing/libgnunettesting.la
 
-
 EXTRA_DIST = \
-  test_transport_api_dv_peer1.conf \
-  test_transport_api_dv_peer2.conf \
-  test_transport_api_dv_peer3.conf
-
-
+  test_transport_dv_data.conf