exchange

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

commit 7f14e8b9c470ec982d2a6d5504a0961276e59e21
parent 9e8e7623aae5d14d1bd6a5739626964df3072f8e
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Tue, 20 May 2025 16:59:50 +0200

fix #9989

Diffstat:
Msrc/templating/Makefile.am | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/templating/Makefile.am b/src/templating/Makefile.am @@ -14,6 +14,7 @@ taler_mustach_tool_SOURCES = \ mustach-jansson.h taler_mustach_tool_LDADD = \ libmustach.la \ + $(XLIB) \ -ljansson taler_mustach_tool_CFLAGS = \ -DTOOL=MUSTACH_TOOL_JANSSON \