Append .exe to glib-compile-schemas in .pc file
authorMatthias Clasen <mclasen@redhat.com>
Tue, 8 Feb 2011 04:30:56 +0000 (23:30 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 8 Feb 2011 04:30:56 +0000 (23:30 -0500)
This makes the binary name correct on Windows.
Pointed out by David Schleef,
https://bugzilla.gnome.org/show_bug.cgi?id=641572

gio-2.0.pc.in

index 92cda85..d18d051 100644 (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