clean taler-config, needed to build proper dpkg
This commit is contained in:
parent
fbc0542e0c
commit
148287954d
@ -11,6 +11,9 @@ pkgcfgdir = $(prefix)/share/taler/config.d/
|
|||||||
pkgcfg_DATA = \
|
pkgcfg_DATA = \
|
||||||
auditor.conf
|
auditor.conf
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
rm -rf revocation-tmp-*
|
||||||
|
|
||||||
bin_PROGRAMS = \
|
bin_PROGRAMS = \
|
||||||
taler-auditor-dbinit \
|
taler-auditor-dbinit \
|
||||||
taler-auditor-exchange \
|
taler-auditor-exchange \
|
||||||
|
@ -10,6 +10,8 @@ if USE_COVERAGE
|
|||||||
XLIB = -lgcov
|
XLIB = -lgcov
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
rm -rf report*
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
|
|
||||||
|
@ -35,6 +35,8 @@ taler-config: taler-config.in
|
|||||||
chmod a-w+x $@.tmp && \
|
chmod a-w+x $@.tmp && \
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
|
CLEANFILES = \
|
||||||
|
taler-config
|
||||||
|
|
||||||
taler_helper_crypto_rsa_SOURCES = \
|
taler_helper_crypto_rsa_SOURCES = \
|
||||||
taler-helper-crypto-rsa.c taler-helper-crypto-rsa.h
|
taler-helper-crypto-rsa.c taler-helper-crypto-rsa.h
|
||||||
|
Loading…
Reference in New Issue
Block a user