diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-01-06 23:18:26 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-01-06 23:18:26 +0000 |
commit | f07938e02ddc22a8c61e26f0a81d7dc4d5c814b4 (patch) | |
tree | 5589a378f0ccf79e1f09e49f2e0ecaa77fa27f4e /src/vpn/Makefile.am | |
parent | 9e4ffd173145ed63e458a6f3c1dbe80c3ff43da6 (diff) |
-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.am | 10 |
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 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 = \ |