aboutsummaryrefslogtreecommitdiff
path: root/src/dv/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/dv/Makefile.am')
-rw-r--r--src/dv/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index 14dd18c1c..5c4a2fc55 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -47,13 +47,15 @@ libgnunet_plugin_transport_dv_la_LIBADD = \
47 $(top_builddir)/src/util/libgnunetutil.la 47 $(top_builddir)/src/util/libgnunetutil.la
48libgnunet_plugin_transport_dv_la_LDFLAGS = \ 48libgnunet_plugin_transport_dv_la_LDFLAGS = \
49 $(GN_PLUGIN_LDFLAGS) 49 $(GN_PLUGIN_LDFLAGS)
50 50
51 51
52check_PROGRAMS = \ 52check_PROGRAMS = \
53 test_transport_api_dv 53 test_transport_api_dv
54# test_dv_topology 54# test_dv_topology
55 55
56if !DISABLE_TEST_RUN
56TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 57TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
58endif
57 59
58test_transport_api_dv_SOURCES = \ 60test_transport_api_dv_SOURCES = \
59 test_transport_api_dv.c 61 test_transport_api_dv.c