exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit cb27943f1443c38a4dcfde118207688eb049f13c
parent 246d49b37923689c4e347f403f6bb3c9c24b45be
Author: Sebastian <sebasjm@gmail.com>
Date:   Thu, 18 Aug 2022 10:34:16 -0300

-fix make and check

Diffstat:
Msrc/templating/Makefile.am | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

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