aboutsummaryrefslogtreecommitdiff
path: root/src/namecache
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:26:17 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:26:17 +0200
commitcd62a70a886f17eb363932f974fc1f4b102cef5d (patch)
tree2e59da79ab22e452ce97fec8eb793a41ead7e7ca /src/namecache
parent5feb828752555adc3e8865a61626b61c3051c3d5 (diff)
downloadgnunet-cd62a70a886f17eb363932f974fc1f4b102cef5d.tar.gz
gnunet-cd62a70a886f17eb363932f974fc1f4b102cef5d.zip
-fix
Diffstat (limited to 'src/namecache')
-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 ae7a7c85a..836a6b5d9 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -93,6 +93,7 @@ gnunet_service_namecache_SOURCES = \
93 93
94gnunet_service_namecache_LDADD = \ 94gnunet_service_namecache_LDADD = \
95 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 95 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
96 $(top_builddir)/src/identity/libgnunetidentity.la \
96 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 97 $(top_builddir)/src/statistics/libgnunetstatistics.la \
97 $(top_builddir)/src/util/libgnunetutil.la \ 98 $(top_builddir)/src/util/libgnunetutil.la \
98 libgnunetnamecache.la \ 99 libgnunetnamecache.la \