From a081d2c1a230df2fb1483d8a29db5ccb692bc297 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Fri, 10 Aug 2018 00:03:42 +0200 Subject: [PATCH] fix parallel build --- src/rest/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = \ -- 2.25.1