summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-11 17:26:30 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-11 17:26:30 +0100
commit752499c724ebbcfda5de804209b5fec926b80650 (patch)
tree48b5e1d7fc27d3327f7885855841fc989ebb9330 /Makefile.am
parent70668336cc5ab2f7b8e695171fadae976a8bf1e3 (diff)
downloadmsitools-752499c724ebbcfda5de804209b5fec926b80650.tar.gz
msitools-752499c724ebbcfda5de804209b5fec926b80650.tar.xz
msitools-752499c724ebbcfda5de804209b5fec926b80650.zip
build-sys: rebuild testsuite if wixl.at is changed
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c7c1cef..95a2078 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -113,7 +113,7 @@ installcheck-local: $(srcdir)/tests/testsuite atconfig atlocal
clean-local:
-$(SHELL) $(srcdir)/tests/testsuite --clean
-$(srcdir)/tests/testsuite: tests/testsuite.at tests/package.m4
+$(srcdir)/tests/testsuite: tests/testsuite.at tests/wixl.at tests/package.m4
cd $(srcdir)/tests && \
$(AUTOM4TE) --language=autotest -o testsuite.tmp testsuite.at && \
mv testsuite.tmp testsuite