fix misc linker issues
authorChristian Grothoff <christian@grothoff.org>
Sun, 2 Apr 2017 16:08:27 +0000 (18:08 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sun, 2 Apr 2017 16:08:27 +0000 (18:08 +0200)
src/ats-tests/Makefile.am
src/namestore/Makefile.am
src/secretsharing/Makefile.am
src/testbed/Makefile.am

index 4811bc8d7aed8ec69343edab0f920faaffb77b2b..53b37b5580544844fa93dda09eef142c51e3eeed 100644 (file)
@@ -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 \
index de46e9c8964e7e5f83856642e496eeec903404b0..1b99fcc454777ed64ab46e721a2b29c391eaba9e 100644 (file)
@@ -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 = \
index 4b9a06c40ebb6ea1c7d6fa402de527c3b2ef4618..5ab8739af015e07dd154668322c102240b57855d 100644 (file)
@@ -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)
index 61cfba2ff8a7c6b675a70afa0fe72f5d331e1d40..94b981eee0f3241c9beb2a4345c3ae39471c51a1 100644 (file)
@@ -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 \