From 6914bcb2330e626e1990a4dcba00f52211afe313 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Tue, 12 Mar 2019 09:59:11 +0100 Subject: move copying to rest --- src/rest/Makefile.am | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/rest/Makefile.am') diff --git a/src/rest/Makefile.am b/src/rest/Makefile.am index 6c23ad2a6..acb95140b 100644 --- a/src/rest/Makefile.am +++ b/src/rest/Makefile.am @@ -20,14 +20,27 @@ if USE_COVERAGE endif lib_LTLIBRARIES = \ - libgnunetrest.la + libgnunetrest.la libexec_PROGRAMS = \ gnunet-rest-server +plugin_LTLIBRARIES = libgnunet_plugin_rest_copying.la + EXTRA_DIST = \ rest.conf +libgnunet_plugin_rest_copying_la_SOURCES = \ + plugin_rest_copying.c +libgnunet_plugin_rest_copying_la_LIBADD = \ + libgnunetrest.la \ + $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ + $(LTLIBINTL) -lmicrohttpd +libgnunet_plugin_rest_copying_la_LDFLAGS = \ + $(GN_PLUGIN_LDFLAGS) + + + gnunet_rest_server_SOURCES = \ gnunet-rest-server.c -- cgit v1.2.3