From: Schanzenbach, Martin Date: Thu, 9 Aug 2018 22:03:42 +0000 (+0200) Subject: fix parallel build X-Git-Tag: v0.11.0~318 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a081d2c1a230df2fb1483d8a29db5ccb692bc297;p=oweals%2Fgnunet.git fix parallel build --- 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 libgnunet_plugin_rest_copying_la_SOURCES = \ plugin_rest_copying.c libgnunet_plugin_rest_copying_la_LIBADD = \ - $(top_builddir)/src/rest/libgnunetrest.la \ + libgnunetrest.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ $(LTLIBINTL) -lmicrohttpd libgnunet_plugin_rest_copying_la_LDFLAGS = \