diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-26 15:55:34 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-26 15:55:34 +0100 |
commit | 57c90547840ea2a073c950116303c54f9ef976f1 (patch) | |
tree | f53201d87e614325654e8935177275d2c4159eca /src/auditor/Makefile.am | |
parent | 32da8154275a200144406d819d8abb77cab6fe30 (diff) | |
download | exchange-57c90547840ea2a073c950116303c54f9ef976f1.tar.gz exchange-57c90547840ea2a073c950116303c54f9ef976f1.tar.bz2 exchange-57c90547840ea2a073c950116303c54f9ef976f1.zip |
implement #6161
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 935f8354..79da458f 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -148,6 +148,7 @@ taler_auditor_httpd_LDADD = \ $(top_builddir)/src/util/libtalerutil.la \ $(top_builddir)/src/json/libtalerjson.la \ $(top_builddir)/src/auditordb/libtalerauditordb.la \ + $(top_builddir)/src/exchangedb/libtalerexchangedb.la \ -lmicrohttpd \ -ljansson \ -lgnunetjson \ |