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/namestore/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/namestore/Makefile.am') diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 8ebcac0a1..2233b5cad 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -81,6 +81,11 @@ endif lib_LTLIBRARIES = \ libgnunetnamestore.la +if HAVE_REST +lib_LTLIBRARIES += libgnunet_plugin_rest_namestore.la +endif + + libgnunetnamestore_la_SOURCES = \ namestore_api.c \ namestore_api_monitor.c \ @@ -177,6 +182,17 @@ libgnunet_plugin_namestore_postgres_la_LIBADD = \ libgnunet_plugin_namestore_postgres_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) $(POSTGRESQL_LDFLAGS) +libgnunet_plugin_rest_namestore_la_SOURCES = \ + plugin_rest_namestore.c +libgnunet_plugin_rest_namestore_la_LIBADD = \ + libgnunetnamestore.la \ + $(top_builddir)/src/identity/libgnunetidentity.la \ + $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ + $(LTLIBINTL) -ljansson -lmicrohttpd +libgnunet_plugin_rest_namestore_la_LDFLAGS = \ + $(GN_PLUGIN_LDFLAGS) + + test_namestore_api_store_SOURCES = \ test_namestore_api_store.c test_namestore_api_store_LDADD = \ -- cgit v1.2.3