aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-06 23:18:26 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-06 23:18:26 +0000
commitf07938e02ddc22a8c61e26f0a81d7dc4d5c814b4 (patch)
tree5589a378f0ccf79e1f09e49f2e0ecaa77fa27f4e /src/vpn/Makefile.am
parent9e4ffd173145ed63e458a6f3c1dbe80c3ff43da6 (diff)
downloadgnunet-f07938e02ddc22a8c61e26f0a81d7dc4d5c814b4.tar.gz
gnunet-f07938e02ddc22a8c61e26f0a81d7dc4d5c814b4.zip
-importing from gnunet-daemon-vpn to gnunet-service-vpn what can likely be re-used
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 = \