aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-28 22:59:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-28 22:59:13 +0100
commite30fd985fd765ad25505c3d73d35e8535512ed2e (patch)
treec7f503e422f36b8f33cfc44e8640d054f9f9cd0b /src
parentca66140019d6313e4bb4681b691fe4675fd1aab1 (diff)
downloadgnunet-e30fd985fd765ad25505c3d73d35e8535512ed2e.tar.gz
gnunet-e30fd985fd765ad25505c3d73d35e8535512ed2e.zip
another linker fix
Diffstat (limited to 'src')
-rw-r--r--src/namecache/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am
index 836a6b5d9..8ffa85ddb 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -148,6 +148,7 @@ test_namecache_api_cache_block_SOURCES = \
148 test_namecache_api_cache_block.c 148 test_namecache_api_cache_block.c
149test_namecache_api_cache_block_LDADD = \ 149test_namecache_api_cache_block_LDADD = \
150 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 150 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
151 $(top_builddir)/src/identity/libgnunetidentity.la \
151 libgnunetnamecache.la \ 152 libgnunetnamecache.la \
152 $(top_builddir)/src/testing/libgnunettesting.la \ 153 $(top_builddir)/src/testing/libgnunettesting.la \
153 $(top_builddir)/src/util/libgnunetutil.la 154 $(top_builddir)/src/util/libgnunetutil.la