Makefile: Add a few more cleanfile / ignore rules

This commit is contained in:
Jasper St. Pierre
2014-06-16 13:08:48 -04:00
parent 0855d55668
commit 38a6a72a7f
2 changed files with 10 additions and 4 deletions

View File

@ -385,13 +385,15 @@ substitutions = \
%.test: %.test.in
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
DISTCLEANFILES = reftests.test
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
testmeta_DATA = \
built_tests = \
reftests.test \
reftests-dark.test \
reftests-hc.test
DISTCLEANFILES = $(built_tests)
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
testmeta_DATA = $(built_tests)
endif
-include $(top_srcdir)/git.mk