aboutsummaryrefslogtreecommitdiff
path: root/src/dv/Makefile.am
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-06-14 18:30:49 +0000
committerNathan S. Evans <evans@in.tum.de>2010-06-14 18:30:49 +0000
commit18308311e0d3f83ca05171b060430428d65ae0dd (patch)
treef90ca31cc1077732103251c16dbb0ce1c8a7cc37 /src/dv/Makefile.am
parent90a4c9922ef5fe5d15b832598449de8663b110bb (diff)
downloadgnunet-18308311e0d3f83ca05171b060430428d65ae0dd.tar.gz
gnunet-18308311e0d3f83ca05171b060430428d65ae0dd.zip
dv changes, still working out an issue
Diffstat (limited to 'src/dv/Makefile.am')
-rw-r--r--src/dv/Makefile.am20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index 9d5dc1ab1..99a3e6114 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -50,8 +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# test_dv_topology
55 55
56TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 56TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
57 57
@@ -59,17 +59,19 @@ test_transport_api_dv_SOURCES = \
59 test_transport_api_dv.c 59 test_transport_api_dv.c
60test_transport_api_dv_LDADD = \ 60test_transport_api_dv_LDADD = \
61 $(top_builddir)/src/transport/libgnunettransport.la \ 61 $(top_builddir)/src/transport/libgnunettransport.la \
62 $(top_builddir)/src/util/libgnunetutil.la 62 $(top_builddir)/src/util/libgnunetutil.la \
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 63 $(top_builddir)/src/testing/libgnunettesting.la
70 64
65#test_dv_topology_SOURCES = \
66# test_dv_topology.c
67#test_dv_topology_LDADD = \
68# $(top_builddir)/src/transport/libgnunettransport.la \
69# $(top_builddir)/src/util/libgnunetutil.la \
70# $(top_builddir)/src/testing/libgnunettesting.la
71
71 72
72EXTRA_DIST = \ 73EXTRA_DIST = \
74 test_transport_dv_data.conf \
73 test_transport_api_dv_peer1.conf \ 75 test_transport_api_dv_peer1.conf \
74 test_transport_api_dv_peer2.conf \ 76 test_transport_api_dv_peer2.conf \
75 test_transport_api_dv_peer3.conf 77 test_transport_api_dv_peer3.conf