aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index e7a18b151..2413005ab 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -103,9 +103,11 @@ gnunet_namestore_SOURCES = \
103 gnunet-namestore.c 103 gnunet-namestore.c
104gnunet_namestore_LDADD = \ 104gnunet_namestore_LDADD = \
105 $(top_builddir)/src/util/libgnunetutil.la \ 105 $(top_builddir)/src/util/libgnunetutil.la \
106 $(top_builddir)/src/identity/libgnunetidentity.la \
106 libgnunetnamestore.la \ 107 libgnunetnamestore.la \
107 $(GN_LIBINTL) 108 $(GN_LIBINTL)
108gnunet_namestore_DEPENDENCIES = \ 109gnunet_namestore_DEPENDENCIES = \
110 $(top_builddir)/src/identity/libgnunetidentity.la \
109 $(top_builddir)/src/util/libgnunetutil.la \ 111 $(top_builddir)/src/util/libgnunetutil.la \
110 libgnunetnamestore.la 112 libgnunetnamestore.la
111 113