gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix parallel build


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix parallel build
Date: Fri, 10 Aug 2018 00:03:45 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a081d2c1a fix parallel build
a081d2c1a is described below

commit a081d2c1a230df2fb1483d8a29db5ccb692bc297
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Fri Aug 10 00:03:42 2018 +0200

    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 = \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]