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.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index 1fb1dd3f6..380db4446 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -26,7 +26,7 @@ endif
26 26
27 27
28bin_PROGRAMS = \ 28bin_PROGRAMS = \
29 gnunet-daemon-exit gnunet-daemon-vpn $(VPNBIN) $(HIJACKBIN) 29 gnunet-daemon-exit gnunet-daemon-vpn $(VPNBIN) gnunet-service-vpn
30 30
31 31
32gnunet_helper_vpn_SOURCES = \ 32gnunet_helper_vpn_SOURCES = \
@@ -43,6 +43,14 @@ gnunet_daemon_vpn_LDADD = \
43 $(top_builddir)/src/dns/libgnunetdns.la \ 43 $(top_builddir)/src/dns/libgnunetdns.la \
44 $(GN_LIBINTL) 44 $(GN_LIBINTL)
45 45
46gnunet_service_vpn_SOURCES = \
47 gnunet-service-vpn.c
48gnunet_service_vpn_LDADD = \
49 $(top_builddir)/src/statistics/libgnunetstatistics.la \
50 $(top_builddir)/src/util/libgnunetutil.la \
51 $(top_builddir)/src/mesh/libgnunetmesh.la \
52 $(GN_LIBINTL)
53
46gnunet_daemon_exit_SOURCES = \ 54gnunet_daemon_exit_SOURCES = \
47 gnunet-daemon-exit.c 55 gnunet-daemon-exit.c
48gnunet_daemon_exit_LDADD = \ 56gnunet_daemon_exit_LDADD = \