aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-28 17:18:21 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-28 17:18:21 +0100
commitca66140019d6313e4bb4681b691fe4675fd1aab1 (patch)
treedeea21fa823d3fd0ab8c46797a2d4348231c4e6f /src
parent7f82e5f6103434e37fd3b9367a182171960868fe (diff)
downloadgnunet-ca66140019d6313e4bb4681b691fe4675fd1aab1.tar.gz
gnunet-ca66140019d6313e4bb4681b691fe4675fd1aab1.zip
fix for bitchy linkers
Diffstat (limited to 'src')
-rw-r--r--src/gnsrecord/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index ab604eb92..7c0df461f 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -106,6 +106,7 @@ test_gnsrecord_crypto_SOURCES = \
106 test_gnsrecord_crypto.c 106 test_gnsrecord_crypto.c
107test_gnsrecord_crypto_LDADD = \ 107test_gnsrecord_crypto_LDADD = \
108 $(top_builddir)/src/testing/libgnunettesting.la \ 108 $(top_builddir)/src/testing/libgnunettesting.la \
109 $(top_builddir)/src/identity/libgnunetidentity.la \
109 libgnunetgnsrecord.la \ 110 libgnunetgnsrecord.la \
110 $(top_builddir)/src/util/libgnunetutil.la 111 $(top_builddir)/src/util/libgnunetutil.la
111 112
@@ -114,5 +115,6 @@ perf_gnsrecord_crypto_SOURCES = \
114 perf_gnsrecord_crypto.c 115 perf_gnsrecord_crypto.c
115perf_gnsrecord_crypto_LDADD = \ 116perf_gnsrecord_crypto_LDADD = \
116 $(top_builddir)/src/testing/libgnunettesting.la \ 117 $(top_builddir)/src/testing/libgnunettesting.la \
118 $(top_builddir)/src/identity/libgnunetidentity.la \
117 libgnunetgnsrecord.la \ 119 libgnunetgnsrecord.la \
118 $(top_builddir)/src/util/libgnunetutil.la 120 $(top_builddir)/src/util/libgnunetutil.la