From c4cde2306609d73824608f216c2c29726602b8a7 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 15 Mar 2010 14:51:13 +0100 Subject: Actually respect the --disable-schemas-install configure option --- plugins/templates/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/templates/Makefile.am') diff --git a/plugins/templates/Makefile.am b/plugins/templates/Makefile.am index c694ac89ba..9104b3eb07 100644 --- a/plugins/templates/Makefile.am +++ b/plugins/templates/Makefile.am @@ -33,6 +33,8 @@ schema_DATA = $(schema_in_files:.schemas.in=.schemas) @INTLTOOL_SCHEMAS_RULE@ +if GCONF_SCHEMAS_INSTALL + if OS_WIN32 install-data-local: if test -z "$(DESTDIR)" ; then \ @@ -53,6 +55,8 @@ install-data-local: fi endif +endif + EXTRA_DIST = org-gnome-templates.eplug.xml \ $(schema_in_files) -- cgit v1.2.3