diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-17 14:09:58 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-17 14:09:58 +0100 |
commit | 06c23275587272873b49801648c7fb52331fbdf9 (patch) | |
tree | cdeb7a0a7c5fafbdb58099620c93b00b8a44b01b /src/auditor/Makefile.am | |
parent | 2d7d658e8b488bb155d977507bee31a1f95b912d (diff) |
verify deposit signature during audit
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 c5d55a479..04e7dcb8f 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -20,6 +20,7 @@ taler_auditor_SOURCES = \ taler_auditor_LDADD = \ $(LIBGCRYPT_LIBS) \ $(top_builddir)/src/util/libtalerutil.la \ + $(top_builddir)/src/json/libtalerjson.la \ $(top_builddir)/src/wire/libtalerwire.la \ $(top_builddir)/src/exchangedb/libtalerexchangedb.la \ $(top_builddir)/src/auditordb/libtalerauditordb.la \ |