summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-03-30 15:07:35 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-03-30 15:11:37 -0400
commitd98a35b04f57cebdfdbe40750cd1fa998c730c42 (patch)
tree0c364238aa9be2a25dbc7e16d1a41f8a968b6bac /configure.in
parentd2be51b19cc4ff2f49ee56ca42782f1c1e57fe2c (diff)
downloadpango-d98a35b04f57cebdfdbe40750cd1fa998c730c42.tar.gz
Revert "Remove the .vcproj files before rewriting them"
Revert .vcproj files and accompanying commits as the build stuff needs more work.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 2e03066a..8e2bebc5 100644
--- a/configure.in
+++ b/configure.in
@@ -758,9 +758,9 @@ for module in $included_modules; do
module_c=`echo $module | sed s/-/_/`
cat >> pango/module-defs.h <<EOTEXT
extern void _pango_${module_c}_script_engine_list (PangoEngineInfo **engines, int *n_engines);
-extern void _pango_${module_c}_script_engine_init (GTypeModule *module);
+extern PangoEngine *_pango_${module_c}_script_engine_init (GTypeModule *module);
extern void _pango_${module_c}_script_engine_exit (void);
-extern PangoEngine *_pango_${module_c}_script_engine_create (const char *id);
+extern void _pango_${module_c}_script_engine_create (const char *id);
EOTEXT
done
@@ -963,7 +963,6 @@ pango/opentype/Makefile
pango/pango.rc
pango/pangoft2.rc
pango/pangowin32.rc
-pango/pangocairo.rc
pango/pangox.rc
pango/pangoxft.rc
pango-view/Makefile
@@ -982,9 +981,6 @@ docs/Makefile
docs/version.xml
tools/Makefile
tests/Makefile
-build/Makefile
-build/win32/Makefile
-build/win32/vs9/Makefile
pango.pc
pangox.pc
pangowin32.pc
@@ -998,7 +994,6 @@ pangoft2-uninstalled.pc
pangoxft-uninstalled.pc
pangocairo-uninstalled.pc
pango-zip.sh
-config.h.win32
])
AC_CONFIG_FILES([tests/runtests.sh],