2008-12-04 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / configure.ac
index 747966b..8320c40 100644 (file)
@@ -28,8 +28,8 @@ AC_SUBST(LT_AGE)
 
 AM_INIT_AUTOMAKE([-Wall foreign])
 
-#Not yet performing translation
-#IT_PROG_INTLTOOL([0.35.0])
+dnl translation of any at-spi strings: used only for .server
+dnl IT_PROG_INTLTOOL([0.35.0])
 
 AC_PROG_CC
 AM_PATH_PYTHON(2.4)
@@ -190,11 +190,14 @@ AC_CONFIG_FILES([Makefile
                 atk-adaptor/Makefile
                 login-helper/Makefile
                 tests/dummyatk/Makefile
-                tests/cspi/Makefile
+                tests/data/Makefile
                 tests/pyatspi/Makefile
+                tests/pyatspi/pasytest/Makefile
                 tests/apps/Makefile
+                tests/cspi/Makefile
                 dbind/Makefile
                 cspi/Makefile
+                pyatspi/Makefile
                 dbind-config.h])
 
 AC_OUTPUT