aboutsummaryrefslogtreecommitdiff
path: root/src/dv/Makefile.am
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-05-12 15:51:49 +0000
committerNathan S. Evans <evans@in.tum.de>2010-05-12 15:51:49 +0000
commitbaaedd4fdfb10fc28d9923be9e1d28663d621eca (patch)
treed15f6e3cbcb4b833c54e57e9d80b70210a8bc932 /src/dv/Makefile.am
parent6d6c4ed2d4dc7b598715cfceb73e3fa84a6b4426 (diff)
downloadgnunet-baaedd4fdfb10fc28d9923be9e1d28663d621eca.tar.gz
gnunet-baaedd4fdfb10fc28d9923be9e1d28663d621eca.zip
moving closer towards a working dv implementation
Diffstat (limited to 'src/dv/Makefile.am')
-rw-r--r--src/dv/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index 0dc4afb08..9d5dc1ab1 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -50,7 +50,8 @@ libgnunet_plugin_transport_dv_la_LDFLAGS = \
50 50
51 51
52check_PROGRAMS = \ 52check_PROGRAMS = \
53 test_transport_api_dv 53 test_transport_api_dv \
54 test_dv_topology
54 55
55TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 56TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
56 57
@@ -60,6 +61,14 @@ test_transport_api_dv_LDADD = \
60 $(top_builddir)/src/transport/libgnunettransport.la \ 61 $(top_builddir)/src/transport/libgnunettransport.la \
61 $(top_builddir)/src/util/libgnunetutil.la 62 $(top_builddir)/src/util/libgnunetutil.la
62 63
64test_dv_topology_SOURCES = \
65 test_dv_topology.c
66test_dv_topology_LDADD = \
67 $(top_builddir)/src/transport/libgnunettransport.la \
68 $(top_builddir)/src/util/libgnunetutil.la \
69 $(top_builddir)/src/testing/libgnunettesting.la
70
71
63EXTRA_DIST = \ 72EXTRA_DIST = \
64 test_transport_api_dv_peer1.conf \ 73 test_transport_api_dv_peer1.conf \
65 test_transport_api_dv_peer2.conf \ 74 test_transport_api_dv_peer2.conf \