From: lurchi Date: Mon, 25 Jun 2018 18:45:48 +0000 (+0200) Subject: fix build error X-Git-Tag: v0.11.0~343 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c3ba5de2238cedc1b49e65b0282b2e599eb460e4;p=oweals%2Fgnunet.git fix build error --- diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am index 442ce971c..ea4f08c73 100644 --- a/src/exit/Makefile.am +++ b/src/exit/Makefile.am @@ -49,7 +49,6 @@ endif gnunet_daemon_exit_SOURCES = \ gnunet-daemon-exit.c exit.h gnunet_daemon_exit_LDADD = \ - $(top_builddir)/src/dns/libgnunetdnsstub.la \ $(top_builddir)/src/dht/libgnunetdht.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 987d71f25..2c7bb8ebb 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -102,7 +102,6 @@ libgnunet_plugin_gnsrecord_gns_la_SOURCES = \ plugin_gnsrecord_gns.c libgnunet_plugin_gnsrecord_gns_la_LIBADD = \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ - $(top_builddir)/src/dns/libgnunetdnsparser.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(LTLIBINTL) libgnunet_plugin_gnsrecord_gns_la_LDFLAGS = \ @@ -140,8 +139,6 @@ gnunet_dns2gns_LDADD = \ libgnunetgns.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/identity/libgnunetidentity.la \ - $(top_builddir)/src/dns/libgnunetdnsparser.la \ - $(top_builddir)/src/dns/libgnunetdnsstub.la \ $(GN_LIBINTL) if LINUX diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index fa85cc060..777e722c2 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -147,8 +147,6 @@ gnunet_zoneimport_LDADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/identity/libgnunetidentity.la \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ - $(top_builddir)/src/dns/libgnunetdnsparser.la \ - $(top_builddir)/src/dns/libgnunetdnsstub.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL)