aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-04-02 18:08:27 +0200
committerChristian Grothoff <christian@grothoff.org>2017-04-02 18:08:27 +0200
commit2b3d804abaff87da0b07f8f6da115a05f6664ebe (patch)
treedc55ff2e1e7d1a7509a3b07445f36150d39092a7
parentc8215b961dc755410b5bc7312de33d90abe2c0dd (diff)
downloadgnunet-2b3d804abaff87da0b07f8f6da115a05f6664ebe.tar.gz
gnunet-2b3d804abaff87da0b07f8f6da115a05f6664ebe.zip
fix misc linker issues
-rw-r--r--src/ats-tests/Makefile.am3
-rw-r--r--src/namestore/Makefile.am1
-rw-r--r--src/secretsharing/Makefile.am3
-rw-r--r--src/testbed/Makefile.am1
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 @@
1# This Makefile.am is in the public domain 1#t This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
3 3
4pkgcfgdir= $(pkgdatadir)/config.d/ 4pkgcfgdir= $(pkgdatadir)/config.d/
@@ -60,6 +60,7 @@ libgnunetatstesting_la_SOURCES = \
60libgnunetatstesting_la_LIBADD = \ 60libgnunetatstesting_la_LIBADD = \
61 $(top_builddir)/src/testbed/libgnunettestbed.la \ 61 $(top_builddir)/src/testbed/libgnunettestbed.la \
62 $(top_builddir)/src/ats/libgnunetats.la \ 62 $(top_builddir)/src/ats/libgnunetats.la \
63 $(top_builddir)/src/util/libgnunetutil.la \
63 $(GN_LIBINTL) 64 $(GN_LIBINTL)
64libgnunetatstesting_la_DEPENDENCIES = \ 65libgnunetatstesting_la_DEPENDENCIES = \
65 $(top_builddir)/src/testbed/libgnunettestbed.la \ 66 $(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 = \
114libgnunetnamestore_la_LIBADD = \ 114libgnunetnamestore_la_LIBADD = \
115 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 115 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
116 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 116 $(top_builddir)/src/statistics/libgnunetstatistics.la \
117 $(top_builddir)/src/dns/libgnunetdnsparser.la \
118 $(top_builddir)/src/util/libgnunetutil.la \ 117 $(top_builddir)/src/util/libgnunetutil.la \
119 $(GN_LIBINTL) 118 $(GN_LIBINTL)
120libgnunetnamestore_la_LDFLAGS = \ 119libgnunetnamestore_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 = \
47 secretsharing_api.c \ 47 secretsharing_api.c \
48 secretsharing_common.c \ 48 secretsharing_common.c \
49 secretsharing.h 49 secretsharing.h
50libgnunetsecretsharing_la_LIBADD = \ 50libgnunetsecretsharing_la_LIBADD = \
51 $(top_builddir)/src/util/libgnunetutil.la \ 51 $(top_builddir)/src/util/libgnunetutil.la \
52 $(LIBGCRYPT_LIBS) \
52 $(LTLIBINTL) 53 $(LTLIBINTL)
53libgnunetsecretsharing_la_LDFLAGS = \ 54libgnunetsecretsharing_la_LDFLAGS = \
54 $(GN_LIB_LDFLAGS) 55 $(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 = \
106 testbed_api_sd.c testbed_api_sd.h \ 106 testbed_api_sd.c testbed_api_sd.h \
107 testbed_api_barriers.c 107 testbed_api_barriers.c
108libgnunettestbed_la_LIBADD = $(XLIB) \ 108libgnunettestbed_la_LIBADD = $(XLIB) \
109 $(top_builddir)/src/core/libgnunetcore.la \
110 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 109 $(top_builddir)/src/statistics/libgnunetstatistics.la \
111 $(top_builddir)/src/transport/libgnunettransport.la \ 110 $(top_builddir)/src/transport/libgnunettransport.la \
112 $(top_builddir)/src/hello/libgnunethello.la \ 111 $(top_builddir)/src/hello/libgnunethello.la \