gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix makefile


From: gnunet
Subject: [taler-anastasis] branch master updated: fix makefile
Date: Fri, 13 Dec 2019 11:28:29 +0100

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

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

commit 7376eccf1a05c634be52cbf9728fbc885c59a130
Author: Dennis Neufeld <address@hidden>
AuthorDate: Fri Dec 13 10:28:21 2019 +0000

    fix makefile
---
 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 815b43e..485d71f 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -39,7 +39,7 @@ libanastasis_la_LDFLAGS = \
 libanastasis_la_SOURCES = \
   anastasis.c 
 libanastasis_la_LIBADD = \
-  -lanastasisrest \
+  libanastasisrest.la \
   -lgnunetutil \
   -ljansson \
   -ltalerutil \
@@ -74,7 +74,7 @@ TESTS = \
 test_anastasisrest_api_SOURCES = \
   test_anastasis_api.c
 test_anastasisrest_api_LDADD = \
-  $(top_srcdir)/src/stasis/libanastasisdb.la \
+  $(top_builddir)/src/stasis/libanastasisdb.la \
   libanastasis.la \
   $(LIBGCRYPT_LIBS) \
   -ltalertesting \

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



reply via email to

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