aboutsummaryrefslogtreecommitdiff
path: root/src/rest/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest/Makefile.am')
-rw-r--r--src/rest/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/rest/Makefile.am b/src/rest/Makefile.am
index ebfb98024..ce0454d53 100644
--- a/src/rest/Makefile.am
+++ b/src/rest/Makefile.am
@@ -29,6 +29,18 @@ libexec_PROGRAMS = \
29EXTRA_DIST = \ 29EXTRA_DIST = \
30 rest.conf 30 rest.conf
31 31
32plugin_LTLIBRARIES = libgnunet_plugin_rest_copying.la
33
34libgnunet_plugin_rest_copying_la_SOURCES = \
35 plugin_rest_copying.c
36libgnunet_plugin_rest_copying_la_LIBADD = \
37 $(top_builddir)/src/rest/libgnunetrest.la \
38 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
39 $(LTLIBINTL) -lmicrohttpd
40libgnunet_plugin_rest_copying_la_LDFLAGS = \
41 $(GN_PLUGIN_LDFLAGS)
42
43
32gnunet_rest_server_SOURCES = \ 44gnunet_rest_server_SOURCES = \
33 gnunet-rest-server.c 45 gnunet-rest-server.c
34 46