diff options
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r-- | src/namestore/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index e95add6c7..ad99a3f0b 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -143,9 +143,10 @@ libgnunet_plugin_rest_namestore_la_LIBADD = \ $(top_builddir)/src/json/libgnunetjson.la \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ - $(LTLIBINTL) -ljansson -lmicrohttpd + $(LTLIBINTL) -ljansson $(MHD_LIBS) libgnunet_plugin_rest_namestore_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) +libgnunet_plugin_rest_namestore_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) libgnunetnamestore_la_SOURCES = \ @@ -185,12 +186,13 @@ gnunet_namestore_LDADD = \ gnunet_namestore_fcfsd_SOURCES = \ gnunet-namestore-fcfsd.c -gnunet_namestore_fcfsd_LDADD = -lmicrohttpd \ +gnunet_namestore_fcfsd_LDADD = $(MHD_LIBS) \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ $(top_builddir)/src/identity/libgnunetidentity.la \ libgnunetnamestore.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) +gnunet_namestore_fcfsd_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) gnunet_service_namestore_SOURCES = \ |