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 --- mail/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/Makefile.am') diff --git a/mail/Makefile.am b/mail/Makefile.am index c802528953..344913b60a 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -230,6 +230,8 @@ schema_in_files = evolution-mail.schemas.in 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 \ @@ -249,6 +251,8 @@ install-data-local: fi endif +endif + # Prologue dist-hook: -- cgit v1.2.3