aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-30 19:52:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-30 19:52:09 +0000
commit302e8874b89fb670a9dfdc5992ac6c9b20f2122d (patch)
tree8acacda3b764395cfd18e53a09ebbfe1ddf08478 /src/vpn/Makefile.am
parent7742b7ee0e7ef2b69228053b1a1685560eb13df4 (diff)
downloadgnunet-302e8874b89fb670a9dfdc5992ac6c9b20f2122d.tar.gz
gnunet-302e8874b89fb670a9dfdc5992ac6c9b20f2122d.zip
making the new mesh the default
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index 7999990fe..0c61aa904 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/libgnunetmeshnew.la \ 45 $(top_builddir)/src/mesh/libgnunetmesh.la \
46 $(GN_LIBINTL) 46 $(GN_LIBINTL)
47 47
48gnunet_service_dns_SOURCES = \ 48gnunet_service_dns_SOURCES = \
@@ -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/libgnunetmeshnew.la \ 56 $(top_builddir)/src/mesh/libgnunetmesh.la \
57 $(GN_LIBINTL) 57 $(GN_LIBINTL)
58 58
59gnunet_daemon_exit_SOURCES = \ 59gnunet_daemon_exit_SOURCES = \
@@ -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/libgnunetmeshnew.la \ 67 $(top_builddir)/src/mesh/libgnunetmesh.la \
68 $(GN_LIBINTL) 68 $(GN_LIBINTL)
69 69
70#check_PROGRAMS = \ 70#check_PROGRAMS = \