aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2010-10-08 09:03:37 +0000
committerPhilipp Tölke <toelke@in.tum.de>2010-10-08 09:03:37 +0000
commit3b705c3009d4ae1c185889292088d52b68283370 (patch)
tree87f9f4f0036ebdcf1c038c9a60daf156e29c8374 /src/vpn/Makefile.am
parentb58d0e83e888c877626533d54a41e7dc359c9de2 (diff)
downloadgnunet-3b705c3009d4ae1c185889292088d52b68283370.tar.gz
gnunet-3b705c3009d4ae1c185889292088d52b68283370.zip
lookup .gnunet-addresses in the dht
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 5bfa29600..027ce687f 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -51,6 +51,7 @@ gnunet_service_dns_LDADD = \
51 $(top_builddir)/src/core/libgnunetcore.la \ 51 $(top_builddir)/src/core/libgnunetcore.la \
52 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 52 $(top_builddir)/src/statistics/libgnunetstatistics.la \
53 $(top_builddir)/src/util/libgnunetutil.la \ 53 $(top_builddir)/src/util/libgnunetutil.la \
54 $(top_builddir)/src/dht/libgnunetdht.la \
54 $(GN_LIBINTL) 55 $(GN_LIBINTL)
55 56
56#check_PROGRAMS = \ 57#check_PROGRAMS = \