test/test
test/from_xml
test/from_xml_with_db
+test/double
+test/gtkformfielddatetime_get_gdatetime_from_str
libgtkformui/test/decoder
libgtkformui/test/query_editor
POTFILES
GLADE_CATALOG_DIR=`$PKG_CONFIG --variable=catalogdir gladeui-2.0`
GLADE_MODULE_DIR=`$PKG_CONFIG --variable=moduledir gladeui-2.0`
GLADE_ICONS_DIR=`$PKG_CONFIG --variable=pixmapdir gladeui-2.0`
+
+case "$host" in
+*-mingw*)
GLADE_CATALOG_DIR=`cygpath $GLADE_CATALOG_DIR`
GLADE_MODULE_DIR=`cygpath $GLADE_MODULE_DIR`
GLADE_ICONS_DIR=`cygpath $GLADE_ICONS_DIR`
+ ;;
+esac
AC_SUBST(GLADE_CATALOG_DIR)
AC_SUBST(GLADE_MODULE_DIR)
AC_SUBST(GLADE_ICONS_DIR)