Append .exe to glib-compile-schemas in .pc file

This makes the binary name correct on Windows.
Pointed out by David Schleef,
https://bugzilla.gnome.org/show_bug.cgi?id=641572
This commit is contained in:
Matthias Clasen 2011-02-07 23:30:56 -05:00
parent fb2d30b9ff
commit 761fc9a8e7

View File

@ -4,7 +4,7 @@ libdir=@libdir@
includedir=@includedir@
giomoduledir=@GIO_MODULE_DIR@
glib_compile_schemas=@bindir@/glib-compile-schemas
glib_compile_schemas=@bindir@/glib-compile-schemas@EXEEXT@
Name: GIO
Description: glib I/O library