aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-02 10:22:43 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-02 10:22:43 +0000
commitb34e3da4e96d110290706f55ec44c97e796d65cd (patch)
treeb87db9a2700de6dbcccc2728df674802b8eb626d /src/vpn/Makefile.am
parentd583ad46d4babd962f362deac20fa5aa6cdce7c7 (diff)
downloadgnunet-b34e3da4e96d110290706f55ec44c97e796d65cd.tar.gz
gnunet-b34e3da4e96d110290706f55ec44c97e796d65cd.zip
-vpn should use crc16 from util
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index bdfca7f2f..38b37dd65 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -33,8 +33,7 @@ gnunet_helper_vpn_SOURCES = \
33 gnunet-helper-vpn.c 33 gnunet-helper-vpn.c
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-vpn-checksum.c gnunet-vpn-checksum.h
38gnunet_daemon_vpn_LDADD = \ 37gnunet_daemon_vpn_LDADD = \
39 $(top_builddir)/src/core/libgnunetcore.la \ 38 $(top_builddir)/src/core/libgnunetcore.la \
40 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 39 $(top_builddir)/src/statistics/libgnunetstatistics.la \
@@ -45,8 +44,7 @@ gnunet_daemon_vpn_LDADD = \
45 $(GN_LIBINTL) 44 $(GN_LIBINTL)
46 45
47gnunet_daemon_exit_SOURCES = \ 46gnunet_daemon_exit_SOURCES = \
48 gnunet-daemon-exit.c \ 47 gnunet-daemon-exit.c
49 gnunet-vpn-checksum.c gnunet-vpn-checksum.h
50gnunet_daemon_exit_LDADD = \ 48gnunet_daemon_exit_LDADD = \
51 $(top_builddir)/src/core/libgnunetcore.la \ 49 $(top_builddir)/src/core/libgnunetcore.la \
52 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 50 $(top_builddir)/src/statistics/libgnunetstatistics.la \