diff options
author | Philipp Tölke <toelke@in.tum.de> | 2011-10-30 19:35:07 +0000 |
---|---|---|
committer | Philipp Tölke <toelke@in.tum.de> | 2011-10-30 19:35:07 +0000 |
commit | c1e5a964f324a33a131b27e681ac8e354f8f0624 (patch) | |
tree | f925ff1fb47a12e68a71a167cd86de36e0b8084a /src/vpn/Makefile.am | |
parent | e55adbf04c994c8e72afcd0f080e3f001c16823d (diff) |
gnunet-daemon-exit uses the new mesh
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r-- | src/vpn/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index 0c61aa904b..5627773aa4 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -64,7 +64,7 @@ gnunet_daemon_exit_LDADD = \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/mesh/libgnunetmesh.la \ + $(top_builddir)/src/mesh/libgnunetmeshnew.la \ $(GN_LIBINTL) #check_PROGRAMS = \ |