aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-04-21 13:44:49 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-04-21 13:44:49 +0000
commit8d33b3f3ecd98f6d79633b0e259f624ad976b698 (patch)
treefcb44a075c72a8ab4bb4587cedc2885b81be2178 /src/vpn/Makefile.am
parentef98e4c68e05e88ced677d66b9e5b57a382df70d (diff)
downloadgnunet-8d33b3f3ecd98f6d79633b0e259f624ad976b698.tar.gz
gnunet-8d33b3f3ecd98f6d79633b0e259f624ad976b698.zip
Send queries to remote peers
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index 261ae8149..5430ba3b9 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -53,6 +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/libgnunetmesh.la \
56 $(GN_LIBINTL) 57 $(GN_LIBINTL)
57 58
58gnunet_daemon_exit_SOURCES = \ 59gnunet_daemon_exit_SOURCES = \