gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix ftbfs


From: gnunet
Subject: [taler-anastasis] branch master updated: fix ftbfs
Date: Mon, 23 Mar 2020 10:50:01 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

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

commit 37381543e80330ef6c7fe34fce4365dc9d2edc60
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Mar 23 10:49:59 2020 +0100

    fix ftbfs
---
 src/lib/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 318159c..008aa0a 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -7,8 +7,8 @@ if USE_COVERAGE
 endif
 
 lib_LTLIBRARIES = \
-  libanastasis.la \
   libanastasisrest.la \
+  libanastasis.la \
   libanastasistesting.la
 
 libanastasisrest_la_LDFLAGS = \
@@ -41,7 +41,7 @@ libanastasis_la_LDFLAGS = \
 libanastasis_la_SOURCES = \
   anastasis.c
 libanastasis_la_LIBADD = \
-  libanastasisrest.la \
+  $(top_builddir)/src/lib/libanastasisrest.la \
   -lgnunetutil \
   -ljansson \
   -ltalerutil \

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



reply via email to

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