aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-10-30 19:35:19 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-10-30 19:35:19 +0000
commit170a309a6d37b5fd0309856bb71656664ca3db6d (patch)
treeaeb4c490aa827473880a90990e879481bf075e25 /src/vpn/Makefile.am
parent6813281cd9f9eac5e6d285fb87725d5d71b76ebb (diff)
downloadgnunet-170a309a6d37b5fd0309856bb71656664ca3db6d.tar.gz
gnunet-170a309a6d37b5fd0309856bb71656664ca3db6d.zip
gnunet-service-dns uses the new mesh
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index a81a71838..7999990fe 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -53,7 +53,7 @@ gnunet_service_dns_LDADD = \
53 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 53 $(top_builddir)/src/statistics/libgnunetstatistics.la \
54 $(top_builddir)/src/util/libgnunetutil.la \ 54 $(top_builddir)/src/util/libgnunetutil.la \
55 $(top_builddir)/src/dht/libgnunetdht.la \ 55 $(top_builddir)/src/dht/libgnunetdht.la \
56 $(top_builddir)/src/mesh/libgnunetmesh.la \ 56 $(top_builddir)/src/mesh/libgnunetmeshnew.la \
57 $(GN_LIBINTL) 57 $(GN_LIBINTL)
58 58
59gnunet_daemon_exit_SOURCES = \ 59gnunet_daemon_exit_SOURCES = \