diff options
author | Philipp Tölke <toelke@in.tum.de> | 2011-10-30 19:35:19 +0000 |
---|---|---|
committer | Philipp Tölke <toelke@in.tum.de> | 2011-10-30 19:35:19 +0000 |
commit | 170a309a6d37b5fd0309856bb71656664ca3db6d (patch) | |
tree | aeb4c490aa827473880a90990e879481bf075e25 /src/vpn/Makefile.am | |
parent | 6813281cd9f9eac5e6d285fb87725d5d71b76ebb (diff) |
gnunet-service-dns 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 a81a71838b..7999990feb 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -53,7 +53,7 @@ gnunet_service_dns_LDADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/dht/libgnunetdht.la \ - $(top_builddir)/src/mesh/libgnunetmesh.la \ + $(top_builddir)/src/mesh/libgnunetmeshnew.la \ $(GN_LIBINTL) gnunet_daemon_exit_SOURCES = \ |