diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-10-19 08:57:45 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-10-19 08:57:45 +0200 |
commit | bc74ed7c2eb54820a58cf832cb7aa83b1b331458 (patch) | |
tree | 32e85f40a3621835a604a4b5db41b9ce3aee5d29 /src/templating | |
parent | b89b3b6b832078e152516d5432bfd55d39660529 (diff) |
fix link
Diffstat (limited to 'src/templating')
-rw-r--r-- | src/templating/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/templating/Makefile.am b/src/templating/Makefile.am index f960bdcca..f74322982 100644 --- a/src/templating/Makefile.am +++ b/src/templating/Makefile.am @@ -32,9 +32,10 @@ libtalertemplating_la_SOURCES = \ libtalertemplating_la_LIBADD = \ $(top_builddir)/src/mhd/libtalermhd.la \ $(top_builddir)/src/util/libtalerutil.la \ - -ljansson \ -lmicrohttpd \ + -lgnunetjson \ -lgnunetutil \ + -ljansson \ $(XLIB) libtalertemplating_la_LDFLAGS = \ -version-info 0:0:0 \ |