aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-22 17:32:15 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-22 17:32:15 +0100
commit88a0df3dcc38c6e82f483bff386c87d8e1ec4459 (patch)
treec086b6c30a6fc54e0d72aabe7857f3b659915caa /src/vpn/Makefile.am
parent85088f7eedd1146890a5ce9af05fff934a5b1b8d (diff)
downloadgnunet-88a0df3dcc38c6e82f483bff386c87d8e1ec4459.tar.gz
gnunet-88a0df3dcc38c6e82f483bff386c87d8e1ec4459.zip
converting 'vpn' to new CADET API, not tested/testable, as exit is not converted yet
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index 5517a45e3..417d2eb89 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -59,7 +59,7 @@ gnunet_service_vpn_LDADD = \
59 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 59 $(top_builddir)/src/statistics/libgnunetstatistics.la \
60 $(top_builddir)/src/tun/libgnunettun.la \ 60 $(top_builddir)/src/tun/libgnunettun.la \
61 $(top_builddir)/src/util/libgnunetutil.la \ 61 $(top_builddir)/src/util/libgnunetutil.la \
62 $(top_builddir)/src/cadet/libgnunetcadet.la \ 62 $(top_builddir)/src/cadet/libgnunetcadetnew.la \
63 $(top_builddir)/src/regex/libgnunetregex.la \ 63 $(top_builddir)/src/regex/libgnunetregex.la \
64 $(GN_LIBINTL) 64 $(GN_LIBINTL)
65gnunet_service_vpn_CFLAGS = \ 65gnunet_service_vpn_CFLAGS = \
@@ -79,5 +79,3 @@ libgnunetvpn_la_LIBADD = \
79 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 79 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
80libgnunetvpn_la_LDFLAGS = \ 80libgnunetvpn_la_LDFLAGS = \
81 $(GN_LIB_LDFLAGS) 81 $(GN_LIB_LDFLAGS)
82
83