diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-22 01:06:53 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-22 01:06:53 +0100 |
commit | adef4a91ca5e98f4b20c4f7a418ac9c74694df2c (patch) | |
tree | de9aedc65848eb5e69e70e734da9b2aeefb7dc08 /src/auditor | |
parent | 744322fdda3c459524a981e32211f987ef8ca983 (diff) |
the big EC rename, part II
Diffstat (limited to 'src/auditor')
-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 c5991221b..70f364580 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -43,6 +43,7 @@ libauditorreport_la_LIBADD = \ $(top_builddir)/src/util/libtalerutil.la \ $(top_builddir)/src/pq/libtalerpq.la \ $(top_builddir)/src/auditordb/libtalerauditordb.la \ + $(top_builddir)/src/exchangedb/libtalerexchangedb.la \ -lgnunetutil $(XLIB) taler_auditor_dbinit_SOURCES = \ |