From 2b3d804abaff87da0b07f8f6da115a05f6664ebe Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 2 Apr 2017 18:08:27 +0200 Subject: fix misc linker issues --- src/ats-tests/Makefile.am | 3 ++- src/namestore/Makefile.am | 1 - src/secretsharing/Makefile.am | 3 ++- src/testbed/Makefile.am | 1 - 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am index 4811bc8d7..53b37b558 100644 --- a/src/ats-tests/Makefile.am +++ b/src/ats-tests/Makefile.am @@ -1,4 +1,4 @@ -# This Makefile.am is in the public domain +#t This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ @@ -60,6 +60,7 @@ libgnunetatstesting_la_SOURCES = \ libgnunetatstesting_la_LIBADD = \ $(top_builddir)/src/testbed/libgnunettestbed.la \ $(top_builddir)/src/ats/libgnunetats.la \ + $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) libgnunetatstesting_la_DEPENDENCIES = \ $(top_builddir)/src/testbed/libgnunettestbed.la \ diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index de46e9c89..1b99fcc45 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -114,7 +114,6 @@ libgnunetnamestore_la_SOURCES = \ libgnunetnamestore_la_LIBADD = \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ - $(top_builddir)/src/dns/libgnunetdnsparser.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) libgnunetnamestore_la_LDFLAGS = \ diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am index 4b9a06c40..5ab8739af 100644 --- a/src/secretsharing/Makefile.am +++ b/src/secretsharing/Makefile.am @@ -47,8 +47,9 @@ libgnunetsecretsharing_la_SOURCES = \ secretsharing_api.c \ secretsharing_common.c \ secretsharing.h -libgnunetsecretsharing_la_LIBADD = \ +libgnunetsecretsharing_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ + $(LIBGCRYPT_LIBS) \ $(LTLIBINTL) libgnunetsecretsharing_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am index 61cfba2ff..94b981eee 100644 --- a/src/testbed/Makefile.am +++ b/src/testbed/Makefile.am @@ -106,7 +106,6 @@ libgnunettestbed_la_SOURCES = \ testbed_api_sd.c testbed_api_sd.h \ testbed_api_barriers.c libgnunettestbed_la_LIBADD = $(XLIB) \ - $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/hello/libgnunethello.la \ -- cgit v1.2.3