[gnome-user-share] data: Don't call glib-compile-schemas ourselves



commit eae3bf087845a2b039c91ee05042773b07950892
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Aug 24 16:44:48 2012 +0100

    data: Don't call glib-compile-schemas ourselves

 configure.in     |    2 --
 data/Makefile.am |    6 ------
 2 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/configure.in b/configure.in
index a28845d..1c3856d 100644
--- a/configure.in
+++ b/configure.in
@@ -85,8 +85,6 @@ fi
 
 AC_PATH_PROG([GLIB_GENMARSHAL],[glib-genmarshal])
 
-AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas)
-
 GLIB_GSETTINGS
 
 dnl where to install the gnome-user-share binary
diff --git a/data/Makefile.am b/data/Makefile.am
index 1abd255..a3f4ab7 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -21,12 +21,6 @@ gsettings_DATA = $(gsettings_in_files:.xml.in=.xml)
 convertdir = $(datadir)/GConf/gsettings
 convert_DATA = gnome-user-share.convert
 
-install-data-local:
-	-$(GLIB_COMPILE_SCHEMAS) $(DESTDIR)/$(datadir)/glib-2.0/schemas
-
-uninstall-local:
-	-$(GLIB_COMPILE_SCHEMAS) $(DESTDIR)/$(datadir)/glib-2.0/schemas
-
 EXTRA_DIST = $(app_DATA)  \
 	$(desktop_in_files)   \
 	$(gsettings_in_files) \



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