diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-10-16 11:49:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-10-16 17:57:29 +0200 |
commit | 2cddf524a8f5286431d134daee8fa0b36f42baed (patch) | |
tree | 0edb47894bccdc2b731299488c49a849df5e7fa5 /src/auditor/Makefile.am | |
parent | 88cdaf70c95dc631e55194830c7a7c778d6070e1 (diff) |
work on #4963 for taler-auditor
Diffstat (limited to 'src/auditor/Makefile.am')
-rw-r--r-- | src/auditor/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index 5beab8b6a..439db7f8f 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -26,6 +26,7 @@ taler_auditor_LDADD = \ $(top_builddir)/src/exchangedb/libtalerexchangedb.la \ $(top_builddir)/src/auditordb/libtalerauditordb.la \ -ljansson \ + -lgnunetjson \ -lgnunetutil taler_wire_auditor_SOURCES = \ |