From f07938e02ddc22a8c61e26f0a81d7dc4d5c814b4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 6 Jan 2012 23:18:26 +0000 Subject: -importing from gnunet-daemon-vpn to gnunet-service-vpn what can likely be re-used --- src/vpn/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/vpn/Makefile.am') 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 bin_PROGRAMS = \ - gnunet-daemon-exit gnunet-daemon-vpn $(VPNBIN) $(HIJACKBIN) + gnunet-daemon-exit gnunet-daemon-vpn $(VPNBIN) gnunet-service-vpn gnunet_helper_vpn_SOURCES = \ @@ -43,6 +43,14 @@ gnunet_daemon_vpn_LDADD = \ $(top_builddir)/src/dns/libgnunetdns.la \ $(GN_LIBINTL) +gnunet_service_vpn_SOURCES = \ + gnunet-service-vpn.c +gnunet_service_vpn_LDADD = \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/mesh/libgnunetmesh.la \ + $(GN_LIBINTL) + gnunet_daemon_exit_SOURCES = \ gnunet-daemon-exit.c gnunet_daemon_exit_LDADD = \ -- cgit v1.2.3