aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-01-10 21:41:37 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-01-10 21:41:37 +0000
commit4270c2b4b36307511203e4ddcf3d0b5d8e635a99 (patch)
tree30aa723bef268f2359b75daa0ea6707fc9e7f394 /src/vpn/Makefile.am
parent089870582fc725e75d54c9901fbb848decc86a09 (diff)
downloadgnunet-4270c2b4b36307511203e4ddcf3d0b5d8e635a99.tar.gz
gnunet-4270c2b4b36307511203e4ddcf3d0b5d8e635a99.zip
first shot at gnunet-daemon-exit; not tested yet
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 24986b9d0..1f5f5c5c0 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 gnunet-service-dns $(VPNBIN) $(HIJACKBIN) 25 gnunet-daemon-exit gnunet-daemon-vpn gnunet-service-dns $(VPNBIN) $(HIJACKBIN)
26 26
27 27
28gnunet_helper_vpn_SOURCES = \ 28gnunet_helper_vpn_SOURCES = \
@@ -56,6 +56,14 @@ gnunet_service_dns_LDADD = \
56 $(top_builddir)/src/dht/libgnunetdht.la \ 56 $(top_builddir)/src/dht/libgnunetdht.la \
57 $(GN_LIBINTL) 57 $(GN_LIBINTL)
58 58
59gnunet_daemon_exit_SOURCES = \
60 gnunet-daemon-exit.c
61gnunet_daemon_exit_LDADD = \
62 $(top_builddir)/src/core/libgnunetcore.la \
63 $(top_builddir)/src/statistics/libgnunetstatistics.la \
64 $(top_builddir)/src/util/libgnunetutil.la \
65 $(GN_LIBINTL)
66
59#check_PROGRAMS = \ 67#check_PROGRAMS = \
60# test_XXX 68# test_XXX
61 69