gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix make and check


From: gnunet
Subject: [taler-exchange] branch master updated: -fix make and check
Date: Thu, 18 Aug 2022 15:39:06 +0200

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

sebasjm pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new cb27943f -fix make and check
cb27943f is described below

commit cb27943f1443c38a4dcfde118207688eb049f13c
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Aug 18 10:34:16 2022 -0300

    -fix make and check
---
 src/templating/Makefile.am | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/templating/Makefile.am b/src/templating/Makefile.am
index e0aef033..1a15d5b9 100644
--- a/src/templating/Makefile.am
+++ b/src/templating/Makefile.am
@@ -18,8 +18,6 @@ libtalertemplating_la_SOURCES = \
   mustach-jansson.c mustach-jansson.h \
   templating_api.c
 libtalertemplating_la_LIBADD = \
-  -ltalermhd \
-  -ltalerutil \
   -lgnunetutil \
   $(XLIB)
 libtalertemplating_la_LDFLAGS = \
@@ -35,7 +33,8 @@ test_mustach_jansson_SOURCES = \
   test_mustach_jansson.c
 test_mustach_jansson_LDADD = \
   -lgnunetutil \
-  -lmustach.la \
+  -ljansson \
+  -lmustach \
   $(XLIB)
 
 check_PROGRAMS = \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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