From ebc8ae68bee955d8df658afac85c9a0cbea716d0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 3 Nov 2018 21:28:52 +0100 Subject: implement taler-auditor-exchange --- src/auditor/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/auditor/Makefile.am') diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index e98ffefb6..4da582970 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -13,6 +13,7 @@ pkgcfg_DATA = \ bin_PROGRAMS = \ taler-auditor \ + taler-auditor-exchange \ taler-auditor-httpd \ taler-wire-auditor \ taler-auditor-sign \ @@ -89,6 +90,15 @@ taler_auditor_sign_LDADD = \ -lgnunetutil $(XLIB) +taler_auditor_exchange_SOURCES = \ + taler-auditor-exchange.c +taler_auditor_exchange_LDADD = \ + $(LIBGCRYPT_LIBS) \ + $(top_builddir)/src/util/libtalerutil.la \ + $(top_builddir)/src/auditordb/libtalerauditordb.la \ + -lgnunetutil $(XLIB) + + EXTRA_DIST = \ auditor.conf -- cgit v1.2.3