aboutsummaryrefslogtreecommitdiff
path: root/src/dv/Makefile.am
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-03-11 12:45:52 +0000
committerNathan S. Evans <evans@in.tum.de>2010-03-11 12:45:52 +0000
commit9c923d1ef6752f40535124439fed299ee4150795 (patch)
treee912eb27f4d0c0a94e55a7bb61d52b82af09dc38 /src/dv/Makefile.am
parent566fa39ac965c18fe9392ec607cbed99f0860eb9 (diff)
downloadgnunet-9c923d1ef6752f40535124439fed299ee4150795.tar.gz
gnunet-9c923d1ef6752f40535124439fed299ee4150795.zip
dv config files and fixes
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