projects
/
platform
/
upstream
/
at-spi2-atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7310056
)
Always generate the tests Makefiles
author
Mike Gorse
<mgorse@suse.com>
Mon, 15 Dec 2014 23:42:08 +0000
(18:42 -0500)
committer
Mike Gorse
<mgorse@suse.com>
Mon, 15 Dec 2014 23:42:08 +0000
(18:42 -0500)
We always want Makefiles in the tests directory, so that make distcheck
works.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 11d967d82dde77f45edbb9b1294229a93569b86a..9d68af8e203d03978ad7cec41fe5673c0e5a1516 100644
(file)
--- 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