exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 148287954d6d0c73178c4ab1192c3b5a90025b5c
parent fbc0542e0c4051897615c881a2a134079be61e2f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  2 Jan 2021 12:00:00 +0100

clean taler-config, needed to build proper dpkg

Diffstat:
Msrc/auditor/Makefile.am | 3+++
Msrc/testing/Makefile.am | 2++
Msrc/util/Makefile.am | 2++
3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am @@ -11,6 +11,9 @@ pkgcfgdir = $(prefix)/share/taler/config.d/ pkgcfg_DATA = \ auditor.conf +clean-local: + rm -rf revocation-tmp-* + bin_PROGRAMS = \ taler-auditor-dbinit \ taler-auditor-exchange \ diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -10,6 +10,8 @@ if USE_COVERAGE XLIB = -lgcov endif +clean-local: + rm -rf report* # Libraries diff --git a/src/util/Makefile.am b/src/util/Makefile.am @@ -35,6 +35,8 @@ taler-config: taler-config.in chmod a-w+x $@.tmp && \ mv $@.tmp $@ +CLEANFILES = \ + taler-config taler_helper_crypto_rsa_SOURCES = \ taler-helper-crypto-rsa.c taler-helper-crypto-rsa.h