diff options
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 = \ |