From: Christian Grothoff Date: Mon, 25 Jun 2018 18:16:26 +0000 (+0200) Subject: build fixes X-Git-Tag: v0.11.0~344 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aa4317d1e62c277e17fe2a5e3583b509ffbdc117;p=oweals%2Fgnunet.git build fixes --- diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 46642113f..987d71f25 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -206,10 +206,7 @@ gnunet_service_gns_LDADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/dns/libgnunetdns.la \ - $(top_builddir)/src/dns/libgnunetdnsparser.la \ - $(top_builddir)/src/dns/libgnunetdnsstub.la \ $(top_builddir)/src/dht/libgnunetdht.la \ - $(top_builddir)/src/tun/libgnunettun.la \ $(top_builddir)/src/namecache/libgnunetnamecache.la \ $(USE_VPN) \ $(GN_LIBINTL) diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am index 80997db40..2af6dcccd 100644 --- a/src/regex/Makefile.am +++ b/src/regex/Makefile.am @@ -171,7 +171,6 @@ test_regex_integration_SOURCES = \ test_regex_integration_LDADD = -lm \ libgnunetregex.la \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/tun/libgnunettun.la \ $(top_builddir)/src/util/libgnunetutil.la test_regex_api_SOURCES = \