From b0a03eeebfdedbb7b0070ef00514f321aafa49db Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 14 Sep 2015 11:10:11 +0000 Subject: - revert plugin move. Add new identity-token --- src/gns/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/gns/Makefile.am') diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 728b5636c..d48d6d434 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -51,6 +51,9 @@ lib_LTLIBRARIES = \ $(DO_W32_NSP) \ libgnunetgns.la +if HAVE_REST +lib_LTLIBRARIES += libgnunet_plugin_rest_gns.la +endif if HAVE_MHD if HAVE_GNUTLS @@ -91,6 +94,7 @@ plugin_LTLIBRARIES = \ libgnunet_plugin_block_gns.la \ libgnunet_plugin_gnsrecord_gns.la + libgnunet_plugin_gnsrecord_gns_la_SOURCES = \ plugin_gnsrecord_gns.c libgnunet_plugin_gnsrecord_gns_la_LIBADD = \ @@ -223,6 +227,16 @@ libgnunet_plugin_block_gns_la_LIBADD = \ libgnunet_plugin_block_gns_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) +libgnunet_plugin_rest_gns_la_SOURCES = \ + plugin_rest_gns.c +libgnunet_plugin_rest_gns_la_LIBADD = \ + libgnunetgns.la \ + $(top_builddir)/src/identity/libgnunetidentity.la \ + $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ + $(LTLIBINTL) -ljansson -lmicrohttpd +libgnunet_plugin_rest_gns_la_LDFLAGS = \ + $(GN_PLUGIN_LDFLAGS) + check_SCRIPTS = \ test_gns_lookup.sh \ -- cgit v1.2.3