2008-07-28 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / configure.ac
index 747966b..f50d584 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)
@@ -192,9 +192,11 @@ AC_CONFIG_FILES([Makefile
                 tests/dummyatk/Makefile
                 tests/cspi/Makefile
                 tests/pyatspi/Makefile
+                tests/pyatspi/pasytest/Makefile
                 tests/apps/Makefile
                 dbind/Makefile
                 cspi/Makefile
+                pyatspi/Makefile
                 dbind-config.h])
 
 AC_OUTPUT