From f5a2134da8a22dd48aa8ec3f6eda5e2a57aced7d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 6 Oct 2016 16:38:42 +0200 Subject: move taler-auditor-sign tool to auditor/ direcotory --- src/auditor/Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/auditor/Makefile.am') diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index c0868ce76..724b43205 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -12,7 +12,8 @@ pkgcfg_DATA = \ auditor.conf bin_PROGRAMS = \ - taler-auditor + taler-auditor \ + taler-auditor-sign taler_auditor_SOURCES = \ taler-auditor.c @@ -24,5 +25,15 @@ taler_auditor_LDADD = \ $(top_builddir)/src/auditordb/libtalerauditordb.la \ -lgnunetutil +taler_auditor_sign_SOURCES = \ + taler-auditor-sign.c +taler_auditor_sign_LDADD = \ + $(LIBGCRYPT_LIBS) \ + $(top_builddir)/src/util/libtalerutil.la \ + $(top_builddir)/src/exchangedb/libtalerexchangedb.la \ + -lgnunetutil $(XLIB) + + + EXTRA_DIST = \ auditor.conf -- cgit v1.2.3