aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-10-30 19:35:07 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-10-30 19:35:07 +0000
commitc1e5a964f324a33a131b27e681ac8e354f8f0624 (patch)
treef925ff1fb47a12e68a71a167cd86de36e0b8084a /src/vpn/Makefile.am
parente55adbf04c994c8e72afcd0f080e3f001c16823d (diff)
downloadgnunet-c1e5a964f324a33a131b27e681ac8e354f8f0624.tar.gz
gnunet-c1e5a964f324a33a131b27e681ac8e354f8f0624.zip
gnunet-daemon-exit 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 0c61aa904..5627773aa 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -64,7 +64,7 @@ gnunet_daemon_exit_LDADD = \
64 $(top_builddir)/src/core/libgnunetcore.la \ 64 $(top_builddir)/src/core/libgnunetcore.la \
65 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 65 $(top_builddir)/src/statistics/libgnunetstatistics.la \
66 $(top_builddir)/src/util/libgnunetutil.la \ 66 $(top_builddir)/src/util/libgnunetutil.la \
67 $(top_builddir)/src/mesh/libgnunetmesh.la \ 67 $(top_builddir)/src/mesh/libgnunetmeshnew.la \
68 $(GN_LIBINTL) 68 $(GN_LIBINTL)
69 69
70#check_PROGRAMS = \ 70#check_PROGRAMS = \