aboutsummaryrefslogtreecommitdiff
path: root/src/templating/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-13 22:00:04 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-13 22:00:04 +0200
commitbac4932cf5d8f5cb1af6eca5fcdac05239489e2c (patch)
tree87f376af58989f2d670083e5599de236118efffd /src/templating/Makefile.am
parentb7d1ca4cd93ef8582b9b7d97e955ec5363ef2ae3 (diff)
downloadexchange-bac4932cf5d8f5cb1af6eca5fcdac05239489e2c.tar.xz
-fix templating tests
Diffstat (limited to 'src/templating/Makefile.am')
-rw-r--r--src/templating/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templating/Makefile.am b/src/templating/Makefile.am
index 6b5234dba..f960bdcca 100644
--- a/src/templating/Makefile.am
+++ b/src/templating/Makefile.am
@@ -15,6 +15,8 @@ taler_mustach_tool_SOURCES = \
taler_mustach_tool_LDADD = \
libmustach.la \
-ljansson
+taler_mustach_tool_CFLAGS = \
+ -DTOOL=MUSTACH_TOOL_JANSSON
lib_LTLIBRARIES = \
libtalertemplating.la