aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
commite3dca1bf40ac8d8a884c261045ad1e9cade49a15 (patch)
tree9db4cf6a2dcf5716d2d1548cab0d0d9922443c6a /src/dv
parent8f4f36517e4220ca5539008cd19cb3b9a40f6499 (diff)
downloadgnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.tar.gz
gnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.zip
fixes to build
Diffstat (limited to 'src/dv')
-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