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



commit 761fc9a8e722baf6175eb33a6ffb7deacc504c20
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 7 23:30:56 2011 -0500

    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

 gio-2.0.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio-2.0.pc.in b/gio-2.0.pc.in
index 92cda85..d18d051 100644
--- a/gio-2.0.pc.in
+++ b/gio-2.0.pc.in
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]