convert fs publish to MQ
[oweals/gnunet.git] / src / identity / Makefile.am
index f902f74fdc894a47379907d649cc8451e9590739..c6f6625f4c46fe7fbaf3eefaab0837c8b170620e 100644 (file)
@@ -39,11 +39,13 @@ bin_PROGRAMS = \
 libexec_PROGRAMS = \
  gnunet-service-identity 
 
-if HAVE_REST
+if HAVE_MHD
+if HAVE_JSON
 plugin_LTLIBRARIES = \
   libgnunet_plugin_rest_identity.la \
   libgnunet_plugin_gnsrecord_identity.la
 endif
+endif
 
 
 gnunet_service_identity_SOURCES = \
@@ -68,6 +70,7 @@ libgnunet_plugin_rest_identity_la_LIBADD = \
        libgnunetidentity.la \
   $(top_builddir)/src/rest/libgnunetrest.la \
        $(top_builddir)/src/jsonapi/libgnunetjsonapi.la \
+  $(top_builddir)/src/jsonapi/libgnunetjsonapiutils.la \
   $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
   $(LTLIBINTL) -ljansson -lmicrohttpd
 libgnunet_plugin_rest_identity_la_LDFLAGS = \