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/mail-notification/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/mail-notification') diff --git a/plugins/mail-notification/Makefile.am b/plugins/mail-notification/Makefile.am index 1a7e81ebac..e70dca5e83 100644 --- a/plugins/mail-notification/Makefile.am +++ b/plugins/mail-notification/Makefile.am @@ -41,6 +41,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 \ @@ -61,6 +63,8 @@ install-data-local: fi endif +endif + BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) -- cgit v1.2.3