summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-12-15 18:42:08 -0500
committerMike Gorse <mgorse@suse.com>2014-12-15 18:42:08 -0500
commitf6c15045182060e7b91fbc9383ac78a7e4656af6 (patch)
tree3493194060984ffc3ffd8c4031c2fa4a894ae7f6
parent73100560cfcf92e857ffb8ec93b55e43530f6861 (diff)
downloadat-spi2-atk-f6c15045182060e7b91fbc9383ac78a7e4656af6.tar.gz
Always generate the tests Makefiles
We always want Makefiles in the tests directory, so that make distcheck works.
-rw-r--r--configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 11d967d..9d68af8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,12 +126,9 @@ AC_CONFIG_FILES([Makefile
atk-adaptor/Makefile
atk-adaptor/adaptors/Makefile
atk-adaptor/gtk-2.0/Makefile
+ tests/Makefile
+ tests/dummyatk/Makefile
])
-if test "${want_tests}" = "yes"; then
- AC_CONFIG_FILES([tests/Makefile])
- AC_CONFIG_FILES([tests/dummyatk/Makefile])
-fi
-
AC_OUTPUT