aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-11 16:32:02 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-11 16:32:02 +0100
commitce43a23ddd61fa1f1a91f8ba597bc88019d3b66c (patch)
tree80d013c34b1e3a8103fb480947b081bf20342d05
parente2e04d8c8eda4eed72a632f060013e31afbfa83d (diff)
downloadexchange-ce43a23ddd61fa1f1a91f8ba597bc88019d3b66c.tar.xz
-fix linker issue
-rw-r--r--src/templating/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templating/Makefile.am b/src/templating/Makefile.am
index 4cd180095..2c8bf8853 100644
--- a/src/templating/Makefile.am
+++ b/src/templating/Makefile.am
@@ -21,6 +21,7 @@ libtalertemplating_la_LIBADD = \
$(top_builddir)/src/mhd/libtalermhd.la \
$(top_builddir)/src/util/libtalerutil.la \
-ljansson \
+ -lmhd \
-lgnunetutil \
$(XLIB)
libtalertemplating_la_LDFLAGS = \