aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dv/Makefile.am22
1 files changed, 10 insertions, 12 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index ee75027ae..3050f33cc 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -59,21 +59,19 @@ libgnunet_plugin_transport_dv_la_LDFLAGS = \
59libgnunet_plugin_transport_dv_la_DEPENDENCIES = \ 59libgnunet_plugin_transport_dv_la_DEPENDENCIES = \
60 libgnunetdv.la 60 libgnunetdv.la
61 61
62check_PROGRAMS = \ 62#check_PROGRAMS = \
63 test_transport_api_dv 63# test_transport_api_dv
64# test_dv_topology 64# test_dv_topology
65 65
66if ENABLE_TEST_RUN 66if ENABLE_TEST_RUN
67TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 67TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
68endif 68endif
69 69
70test_transport_api_dv_SOURCES = \ 70#test_transport_api_dv_SOURCES = \
71 test_transport_api_dv.c 71# test_transport_api_dv.c
72test_transport_api_dv_LDADD = \ 72#test_transport_api_dv_LDADD = \
73 $(top_builddir)/src/core/libgnunetcore.la \ 73# $(top_builddir)/src/core/libgnunetcore.la \
74 $(top_builddir)/src/transport/libgnunettransport.la \ 74# $(top_builddir)/src/transport/libgnunettransport.la \
75 $(top_builddir)/src/util/libgnunetutil.la \ 75# $(top_builddir)/src/util/libgnunetutil.la
76 $(top_builddir)/src/testing_old/libgnunettesting_old.la 76#EXTRA_DIST = \
77 77# test_transport_dv_data.conf
78EXTRA_DIST = \
79 test_transport_dv_data.conf