aboutsummaryrefslogtreecommitdiff
path: root/src/rest/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-08-10 00:03:42 +0200
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-08-10 00:03:42 +0200
commita081d2c1a230df2fb1483d8a29db5ccb692bc297 (patch)
tree55d8bfd78c1364301bbbd4144170a24e8f4c47e8 /src/rest/Makefile.am
parent08c410658159c0975ad87d7b7582259cd2ac6ee4 (diff)
downloadgnunet-a081d2c1a230df2fb1483d8a29db5ccb692bc297.tar.gz
gnunet-a081d2c1a230df2fb1483d8a29db5ccb692bc297.zip
fix parallel build
Diffstat (limited to 'src/rest/Makefile.am')
-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 = \