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.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index df4e5d662..61bcfbaf8 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -182,7 +182,8 @@ gnunet_namestore_fcfsd_LDADD = $(MHD_LIBS) \
182 $(top_builddir)/src/identity/libgnunetidentity.la \ 182 $(top_builddir)/src/identity/libgnunetidentity.la \
183 libgnunetnamestore.la \ 183 libgnunetnamestore.la \
184 $(top_builddir)/src/util/libgnunetutil.la \ 184 $(top_builddir)/src/util/libgnunetutil.la \
185 $(GN_LIBINTL) 185 $(top_builddir)/src/json/libgnunetjson.la \
186 $(GN_LIBINTL) -ljansson
186gnunet_namestore_fcfsd_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) 187gnunet_namestore_fcfsd_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
187 188
188 189