aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-02 09:57:25 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-02 09:57:25 +0000
commit2b152f749e6274ab97baa09b9d1522803c76027f (patch)
treeea5e4857b6de87cb3ad79da334c6d61e213cd54a /src/vpn/Makefile.am
parenta0f00b8f5726eccb6eab9bcf974c3e45ab572220 (diff)
downloadgnunet-2b152f749e6274ab97baa09b9d1522803c76027f.tar.gz
gnunet-2b152f749e6274ab97baa09b9d1522803c76027f.zip
-using new GNUNET_HELPER_ API inside of VPN, also eliminating bugs with partial writes as part of this
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index ecb01969b..bdfca7f2f 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -34,8 +34,6 @@ gnunet_helper_vpn_SOURCES = \
34 34
35gnunet_daemon_vpn_SOURCES = \ 35gnunet_daemon_vpn_SOURCES = \
36 gnunet-daemon-vpn.c gnunet-daemon-vpn.h \ 36 gnunet-daemon-vpn.c gnunet-daemon-vpn.h \
37 gnunet-daemon-vpn-helper.c gnunet-daemon-vpn-helper.h \
38 gnunet-helper-vpn-api.c gnunet-helper-vpn-api.h \
39 gnunet-vpn-checksum.c gnunet-vpn-checksum.h 37 gnunet-vpn-checksum.c gnunet-vpn-checksum.h
40gnunet_daemon_vpn_LDADD = \ 38gnunet_daemon_vpn_LDADD = \
41 $(top_builddir)/src/core/libgnunetcore.la \ 39 $(top_builddir)/src/core/libgnunetcore.la \
@@ -48,7 +46,6 @@ gnunet_daemon_vpn_LDADD = \
48 46
49gnunet_daemon_exit_SOURCES = \ 47gnunet_daemon_exit_SOURCES = \
50 gnunet-daemon-exit.c \ 48 gnunet-daemon-exit.c \
51 gnunet-helper-vpn-api.c gnunet-helper-vpn-api.h \
52 gnunet-vpn-checksum.c gnunet-vpn-checksum.h 49 gnunet-vpn-checksum.c gnunet-vpn-checksum.h
53gnunet_daemon_exit_LDADD = \ 50gnunet_daemon_exit_LDADD = \
54 $(top_builddir)/src/core/libgnunetcore.la \ 51 $(top_builddir)/src/core/libgnunetcore.la \