From 18308311e0d3f83ca05171b060430428d65ae0dd Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Mon, 14 Jun 2010 18:30:49 +0000 Subject: dv changes, still working out an issue --- src/dv/Makefile.am | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'src/dv/Makefile.am') 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 = \ check_PROGRAMS = \ - test_transport_api_dv \ - test_dv_topology + test_transport_api_dv +# test_dv_topology TESTS = $(check_PROGRAMS) $(check_SCRIPTS) @@ -59,17 +59,19 @@ test_transport_api_dv_SOURCES = \ test_transport_api_dv.c test_transport_api_dv_LDADD = \ $(top_builddir)/src/transport/libgnunettransport.la \ - $(top_builddir)/src/util/libgnunetutil.la - -test_dv_topology_SOURCES = \ - test_dv_topology.c -test_dv_topology_LDADD = \ - $(top_builddir)/src/transport/libgnunettransport.la \ - $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la +#test_dv_topology_SOURCES = \ +# test_dv_topology.c +#test_dv_topology_LDADD = \ +# $(top_builddir)/src/transport/libgnunettransport.la \ +# $(top_builddir)/src/util/libgnunetutil.la \ +# $(top_builddir)/src/testing/libgnunettesting.la + EXTRA_DIST = \ + test_transport_dv_data.conf \ test_transport_api_dv_peer1.conf \ test_transport_api_dv_peer2.conf \ test_transport_api_dv_peer3.conf -- cgit v1.2.3