diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:13:12 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:13:12 +0100 |
commit | 0bffea1f67067f56638a36d0b7db30af09d929ac (patch) | |
tree | ee576133848fcf427cd8ee5c45a659961a4686f5 /src/auditor | |
parent | 3bd6b543a170ffcb0da9b14eddf533c0a729b965 (diff) |
add missing linker options
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index 79da458f3..dc3b2b940 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -43,7 +43,9 @@ libauditorreport_la_LIBADD = \ $(top_builddir)/src/pq/libtalerpq.la \ $(top_builddir)/src/auditordb/libtalerauditordb.la \ $(top_builddir)/src/exchangedb/libtalerexchangedb.la \ - -lgnunetutil $(XLIB) + -lgnunetutil \ + -ljansson \ + $(XLIB) taler_auditor_dbinit_SOURCES = \ taler-auditor-dbinit.c |