diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-07-14 17:43:07 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-07-14 17:43:07 +0200 |
commit | 2c6956f32acc6a9f0c65bc8aac4713d0e3a88928 (patch) | |
tree | 3dcf6f894be8ce4d12fdd158dd7285de20d1943c /src/auditor/Makefile.am | |
parent | e140b418d3dc50d8e0ac69f56f9b1ba81fb90604 (diff) |
clean up PQ tables (renamings, remove redunant column), and primarily fix #4751
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 c2e77f117..62dd19106 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -32,6 +32,7 @@ taler_auditor_sign_SOURCES = \ taler_auditor_sign_LDADD = \ $(LIBGCRYPT_LIBS) \ $(top_builddir)/src/util/libtalerutil.la \ + $(top_builddir)/src/auditordb/libtalerauditordb.la \ $(top_builddir)/src/exchangedb/libtalerexchangedb.la \ -lgnunetutil $(XLIB) |