aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 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)