aboutsummaryrefslogtreecommitdiff
path: root/src/templating/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-26 19:58:22 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-26 19:58:22 +0200
commit326f99266e86d4256cddaa3758120c3662704015 (patch)
tree227b29780302f6ca1aff3cd7159bb6e060c87a6b /src/templating/Makefile.am
parentf9c94efc7fd537ed5bca09e808e94e6fafaf4d28 (diff)
downloadexchange-326f99266e86d4256cddaa3758120c3662704015.tar.xz
-fix debian package
Diffstat (limited to 'src/templating/Makefile.am')
-rw-r--r--src/templating/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/templating/Makefile.am b/src/templating/Makefile.am
index 1a15d5b91..4cd180095 100644
--- a/src/templating/Makefile.am
+++ b/src/templating/Makefile.am
@@ -18,6 +18,9 @@ libtalertemplating_la_SOURCES = \
mustach-jansson.c mustach-jansson.h \
templating_api.c
libtalertemplating_la_LIBADD = \
+ $(top_builddir)/src/mhd/libtalermhd.la \
+ $(top_builddir)/src/util/libtalerutil.la \
+ -ljansson \
-lgnunetutil \
$(XLIB)
libtalertemplating_la_LDFLAGS = \