[at-spi2-atk] Always generate the tests Makefiles



commit f6c15045182060e7b91fbc9383ac78a7e4656af6
Author: Mike Gorse <mgorse suse com>
Date:   Mon Dec 15 18:42:08 2014 -0500

    Always generate the tests Makefiles
    
    We always want Makefiles in the tests directory, so that make distcheck
    works.

 configure.ac |    7 ++-----
 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]