X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fidentity%2FMakefile.am;h=9b28ac093ae77dfdcc2983d53047326ffd4ce087;hb=acd379f112177d438588d29724eebe10b26bc0c2;hp=64fb36fb57c997c359730a9ba9d6283f1125432b;hpb=171cfeb1b32e21d12a1dbcbc5a9099bab37fab7e;p=oweals%2Fgnunet.git diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am index 64fb36fb5..9b28ac093 100644 --- a/src/identity/Makefile.am +++ b/src/identity/Makefile.am @@ -39,10 +39,12 @@ 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 + libgnunet_plugin_gnsrecord_identity.la +endif endif @@ -67,6 +69,7 @@ libgnunet_plugin_rest_identity_la_SOURCES = \ libgnunet_plugin_rest_identity_la_LIBADD = \ libgnunetidentity.la \ $(top_builddir)/src/rest/libgnunetrest.la \ + $(top_builddir)/src/jsonapi/libgnunetjsonapi.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ $(LTLIBINTL) -ljansson -lmicrohttpd libgnunet_plugin_rest_identity_la_LDFLAGS = \