aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index 77e49e098..370528772 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -22,7 +22,7 @@ endif
22 22
23 23
24bin_PROGRAMS = \ 24bin_PROGRAMS = \
25 gnunet-daemon-vpn $(VPNBIN) $(HIJACKBIN) 25 gnunet-daemon-vpn gnunet-service-dns $(VPNBIN) $(HIJACKBIN)
26 26
27 27
28gnunet_helper_vpn_SOURCES = \ 28gnunet_helper_vpn_SOURCES = \
@@ -41,6 +41,13 @@ gnunet_daemon_vpn_LDADD = \
41 $(top_builddir)/src/util/libgnunetutil.la \ 41 $(top_builddir)/src/util/libgnunetutil.la \
42 $(GN_LIBINTL) 42 $(GN_LIBINTL)
43 43
44gnunet_service_dns_SOURCES = \
45 gnunet-service-dns.c
46gnunet_service_dns_LDADD = \
47 $(top_builddir)/src/core/libgnunetcore.la \
48 $(top_builddir)/src/statistics/libgnunetstatistics.la \
49 $(top_builddir)/src/util/libgnunetutil.la \
50 $(GN_LIBINTL)
44 51
45#check_PROGRAMS = \ 52#check_PROGRAMS = \
46# test_XXX 53# test_XXX