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.am24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index 755f89d59..9b5761f32 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -47,20 +47,20 @@ libgnunet_plugin_transport_dv_la_LDFLAGS = \
47 $(GN_PLUGIN_LDFLAGS) 47 $(GN_PLUGIN_LDFLAGS)
48 48
49 49
50#check_PROGRAMS = \ 50check_PROGRAMS = \
51# test_statistics_api 51 test_transport_api_dv
52 52
53TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 53TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
54 54
55#test_statistics_api_SOURCES = \ 55test_transport_api_dv_SOURCES = \
56# test_statistics_api.c 56 test_transport_api_dv.c
57#test_statistics_api_LDADD = \ 57test_transport_api_dv_LDADD = \
58# $(top_builddir)/src/statistics/libgnunetstatistics.la \ 58 $(top_builddir)/src/transport/libgnunettransport.la \
59# $(top_builddir)/src/util/libgnunetutil.la 59 $(top_builddir)/src/util/libgnunetutil.la
60 60
61#EXTRA_DIST = \ 61EXTRA_DIST = \
62# test_statistics_api_data.conf 62 test_transport_api_dv_peer1.conf \
63 test_transport_api_dv_peer2.conf \
64 test_transport_api_dv_peer3.conf
63 65
64#check_SCRIPTS = \
65# test_gnunet_statistics.sh
66 66