From 9c21e22da9e2f411cfc3d2c900f4aabe2e3a88f1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 23 Aug 2024 14:15:18 +0200 Subject: split off taler-helper-auditor-transfer to reduce mixing up different things in helpers; also clean up its code --- src/auditor/Makefile.am | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/auditor/Makefile.am') diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index 622794b78..1a78cb3a2 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -23,6 +23,7 @@ bin_PROGRAMS = \ taler-helper-auditor-deposits \ taler-helper-auditor-purses \ taler-helper-auditor-reserves \ + taler-helper-auditor-transfer \ taler-helper-auditor-wire-credit \ taler-helper-auditor-wire-debit @@ -141,7 +142,19 @@ taler_helper_auditor_reserves_LDADD = \ -lgnunetutil \ $(XLIB) - +taler_helper_auditor_transfer_SOURCES = \ + taler-helper-auditor-transfer.c +taler_helper_auditor_transfer_LDADD = \ + $(LIBGCRYPT_LIBS) \ + $(top_builddir)/src/util/libtalerutil.la \ + $(top_builddir)/src/json/libtalerjson.la \ + $(top_builddir)/src/exchangedb/libtalerexchangedb.la \ + $(top_builddir)/src/auditordb/libtalerauditordb.la \ + libauditorreport.la \ + -ljansson \ + -lgnunetjson \ + -lgnunetutil \ + $(XLIB) taler_helper_auditor_wire_credit_SOURCES = \ taler-helper-auditor-wire-credit.c -- cgit v1.2.3