gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: clean taler-config, needed to bu


From: gnunet
Subject: [taler-exchange] branch master updated: clean taler-config, needed to build proper dpkg
Date: Sat, 02 Jan 2021 12:00:02 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 14828795 clean taler-config, needed to build proper dpkg
14828795 is described below

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

    clean taler-config, needed to build proper dpkg
---
 src/auditor/Makefile.am | 3 +++
 src/testing/Makefile.am | 2 ++
 src/util/Makefile.am    | 2 ++
 3 files changed, 7 insertions(+)

diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am
index dc3b2b94..0ff90020 100644
--- 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
index 26c12938..d7d6a7ff 100644
--- 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
index 8d3ed742..fcaab827 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]