diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-06-25 20:15:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-06-25 20:15:52 +0200 |
commit | 44efedd8328a7cc82a05afc6f17c8ea2be57f586 (patch) | |
tree | 89db3c0244b7b8ac6886e20efe6d4d89093f7e2a /src/vpn/Makefile.am | |
parent | 04552e08550c4719a4ebe2e3e16be8bece46d8be (diff) |
build fixes
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r-- | src/vpn/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index 5c16fa349..d1f74d35b 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -57,7 +57,6 @@ gnunet_service_vpn_SOURCES = \ gnunet-service-vpn.c gnunet_service_vpn_LDADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ - $(top_builddir)/src/tun/libgnunettun.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/cadet/libgnunetcadet.la \ $(top_builddir)/src/regex/libgnunetregex.la \ @@ -69,7 +68,6 @@ gnunet_vpn_SOURCES = \ gnunet-vpn.c gnunet_vpn_LDADD = \ libgnunetvpn.la \ - $(top_builddir)/src/tun/libgnunettun.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) |