aboutsummaryrefslogtreecommitdiff
path: root/src/rest
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest')
-rw-r--r--src/rest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest/Makefile.am b/src/rest/Makefile.am
index ce0454d53..f87335152 100644
--- a/src/rest/Makefile.am
+++ b/src/rest/Makefile.am
@@ -34,7 +34,7 @@ plugin_LTLIBRARIES = libgnunet_plugin_rest_copying.la
34libgnunet_plugin_rest_copying_la_SOURCES = \ 34libgnunet_plugin_rest_copying_la_SOURCES = \
35 plugin_rest_copying.c 35 plugin_rest_copying.c
36libgnunet_plugin_rest_copying_la_LIBADD = \ 36libgnunet_plugin_rest_copying_la_LIBADD = \
37 $(top_builddir)/src/rest/libgnunetrest.la \ 37 libgnunetrest.la \
38 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 38 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
39 $(LTLIBINTL) -lmicrohttpd 39 $(LTLIBINTL) -lmicrohttpd
40libgnunet_plugin_rest_copying_la_LDFLAGS = \ 40libgnunet_plugin_rest_copying_la_LDFLAGS = \