aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-10-30 19:35:13 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-10-30 19:35:13 +0000
commit6813281cd9f9eac5e6d285fb87725d5d71b76ebb (patch)
tree96e754f810fc4b0b7c7735b38b81b95864920983 /src/vpn/Makefile.am
parentc1e5a964f324a33a131b27e681ac8e354f8f0624 (diff)
downloadgnunet-6813281cd9f9eac5e6d285fb87725d5d71b76ebb.tar.gz
gnunet-6813281cd9f9eac5e6d285fb87725d5d71b76ebb.zip
gnunet-daemon-vpn 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 5627773aa..a81a71838 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -42,7 +42,7 @@ gnunet_daemon_vpn_LDADD = \
42 $(top_builddir)/src/core/libgnunetcore.la \ 42 $(top_builddir)/src/core/libgnunetcore.la \
43 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 43 $(top_builddir)/src/statistics/libgnunetstatistics.la \
44 $(top_builddir)/src/util/libgnunetutil.la \ 44 $(top_builddir)/src/util/libgnunetutil.la \
45 $(top_builddir)/src/mesh/libgnunetmesh.la \ 45 $(top_builddir)/src/mesh/libgnunetmeshnew.la \
46 $(GN_LIBINTL) 46 $(GN_LIBINTL)
47 47
48gnunet_service_dns_SOURCES = \ 48gnunet_service_dns_SOURCES = \