aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:19:34 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:19:34 +0200
commit5feb828752555adc3e8865a61626b61c3051c3d5 (patch)
tree59d4ec3c68fef870a44280d3676d17881b5a97cb
parent1696f388660bd2057f348183b2cdebcde255de6d (diff)
downloadgnunet-5feb828752555adc3e8865a61626b61c3051c3d5.tar.gz
gnunet-5feb828752555adc3e8865a61626b61c3051c3d5.zip
-fix
-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 6a7f25c2a..ae7a7c85a 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -83,6 +83,7 @@ gnunet_namecache_SOURCES = \
83 gnunet-namecache.c 83 gnunet-namecache.c
84gnunet_namecache_LDADD = \ 84gnunet_namecache_LDADD = \
85 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 85 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
86 $(top_builddir)/src/identity/libgnunetidentity.la \
86 $(top_builddir)/src/util/libgnunetutil.la \ 87 $(top_builddir)/src/util/libgnunetutil.la \
87 libgnunetnamecache.la \ 88 libgnunetnamecache.la \
88 $(GN_LIBINTL) 89 $(GN_LIBINTL)