From c8aace43c41d50e03bd28b6e696b33c1da8b6c4c Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Fri, 11 Sep 2015 15:56:39 +0000 Subject: - move rest plugins into rest directory where they belong --- src/namestore/Makefile.am | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'src/namestore/Makefile.am') diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 221e88a91..8ebcac0a1 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -106,21 +106,6 @@ libexec_PROGRAMS += \ gnunet-namestore-fcfsd endif -if HAVE_REST -REST_PLUGIN = libgnunet_plugin_rest_namestore.la -endif - -libgnunet_plugin_rest_namestore_la_SOURCES = \ - plugin_rest_namestore.c -libgnunet_plugin_rest_namestore_la_LIBADD = \ - $(top_builddir)/src/namestore/libgnunetnamestore.la \ - $(top_builddir)/src/identity/libgnunetidentity.la \ - $(top_builddir)/src/rest/libgnunetrest.la \ - $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ - $(LTLIBINTL) -ljansson -lmicrohttpd -libgnunet_plugin_rest_namestore_la_LDFLAGS = \ - $(GN_PLUGIN_LDFLAGS) - gnunet_namestore_SOURCES = \ gnunet-namestore.c @@ -158,8 +143,7 @@ gnunet_service_namestore_LDADD = \ plugin_LTLIBRARIES = \ $(SQLITE_PLUGIN) \ $(POSTGRES_PLUGIN) \ - $(FLAT_PLUGIN) \ - $(REST_PLUGIN) + $(FLAT_PLUGIN) libgnunet_plugin_namestore_flat_la_SOURCES = \ plugin_namestore_flat.c -- cgit v1.2.3