From aa4317d1e62c277e17fe2a5e3583b509ffbdc117 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 25 Jun 2018 20:16:26 +0200 Subject: [PATCH] build fixes --- src/gns/Makefile.am | 3 --- src/regex/Makefile.am | 1 - 2 files changed, 4 deletions(-) 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 = \ -- 2.25.1