aboutsummaryrefslogtreecommitdiff
path: root/src/dv/Makefile.am
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-06-17 16:59:24 +0000
committerNathan S. Evans <evans@in.tum.de>2010-06-17 16:59:24 +0000
commitba0d06c004c19720b3ef999f2a0a2de10182c7ba (patch)
treee04b9db55dfe293621e9fb0fa40f8663c9327941 /src/dv/Makefile.am
parent96e9d119d82102f01d246a8d8852bd8181915bec (diff)
downloadgnunet-ba0d06c004c19720b3ef999f2a0a2de10182c7ba.tar.gz
gnunet-ba0d06c004c19720b3ef999f2a0a2de10182c7ba.zip
clean up files
Diffstat (limited to 'src/dv/Makefile.am')
-rw-r--r--src/dv/Makefile.am15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index 99a3e6114..14dd18c1c 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -62,18 +62,5 @@ test_transport_api_dv_LDADD = \
62 $(top_builddir)/src/util/libgnunetutil.la \ 62 $(top_builddir)/src/util/libgnunetutil.la \
63 $(top_builddir)/src/testing/libgnunettesting.la 63 $(top_builddir)/src/testing/libgnunettesting.la
64 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
72
73EXTRA_DIST = \ 65EXTRA_DIST = \
74 test_transport_dv_data.conf \ 66 test_transport_dv_data.conf
75 test_transport_api_dv_peer1.conf \
76 test_transport_api_dv_peer2.conf \
77 test_transport_api_dv_peer3.conf
78
79