uuuu -> iiii for rectangles, to be consistant with other usage
[platform/core/uifw/at-spi2-atk.git] / configure.ac
index 978cd69..8b51084 100644 (file)
@@ -18,6 +18,10 @@ PKG_CHECK_MODULES(GOBJ, [gobject-2.0 >= 2.0.0])
 AC_SUBST(GOBJ_LIBS)
 AC_SUBST(GOBJ_CFLAGS)
 
+PKG_CHECK_MODULES(GMODULE, [gmodule-2.0 >= 2.0.0])     
+AC_SUBST(GMODULE_LIBS)
+AC_SUBST(GMODULE_CFLAGS)
+
 PKG_CHECK_MODULES(ATK, [atk >= 1.17.0])
 AC_SUBST(ATK_LIBS)
 AC_SUBST(ATK_CFLAGS)
@@ -90,9 +94,10 @@ if test x$enable_xevie = xyes ; then
 fi
 
 AC_ARG_VAR([DEFAULT_ATSPI_INTROSPECTION_PATH],
-          [Set the default path for the DBus introspection XML])
+          [Set the default path for the install ofDBus introspection XML
+           relative to the pkgdatadir.])
 if test -z "$DEFAULT_ATSPI_INTROSPECTION_PATH"; then
-         DEFAULT_ATSPI_INTROSPECTION_PATH=atspi/dbus
+         DEFAULT_ATSPI_INTROSPECTION_PATH=dbus
 fi
 
 AC_ARG_VAR([GTK_MODULE_DIR],
@@ -109,6 +114,8 @@ AC_CONFIG_FILES([Makefile
                 droute/Makefile
                 spi-common/Makefile
                 registryd/Makefile
-                atk-adaptor/Makefile])
+                atk-adaptor/Makefile
+                tests/dummyatk/Makefile
+                tests/testapps/Makefile])
 
 AC_OUTPUT