[glibmm] Examples build: Use the GLIB_COMPILE_SCHEMAS variable.



commit 4679488b0d0c47b89e04aa048d62cdb49783bfed
Author: Volker Grabsch <bugzilla gnome org v notjusthosting com>
Date:   Tue May 3 09:33:00 2011 +0200

    Examples build: Use the GLIB_COMPILE_SCHEMAS variable.
    
    	* examples/Makefile.am: Instead of hard-coding glib-compile-schemas.
    	This was an issue in cross-toolchain environments.
      Bug #648485.

 ChangeLog            |    8 ++++++++
 examples/Makefile.am |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 872345b..d15216f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-03  Volker Grabsch  <bugzilla gnome org v notjusthosting com>
+
+	Examples build: Use the GLIB_COMPILE_SCHEMAS variable.
+
+	* examples/Makefile.am: Instead of hard-coding glib-compile-schemas.
+	This was an issue in cross-toolchain environments.
+  Bug #648485.
+
 2011-05-02  Kalev Lember  <kalev smartlink ee>
 
 	Gio::DBus::Message: Fixed includes for WIN32
diff --git a/examples/Makefile.am b/examples/Makefile.am
index d5225e6..25e6714 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -97,6 +97,6 @@ dist_noinst_DATA = settings/org.gtkmm.demo.gschema.xml
 CLEANFILES = settings/gschemas.compiled
 
 settings/gschemas.compiled: $(srcdir)/settings/org.gtkmm.demo.gschema.xml
-	$(AM_V_GEN)glib-compile-schemas --targetdir=settings $(srcdir)/settings
+	$(AM_V_GEN)$(GLIB_COMPILE_SCHEMAS) --targetdir=settings $(srcdir)/settings
 
 all-local: settings/gschemas.compiled



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