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 --- calendar/gui/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'calendar') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index ba6d56dc87..71ba72acd6 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -256,6 +256,8 @@ CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = $(schema_DATA) +if GCONF_SCHEMAS_INSTALL + if OS_WIN32 install-data-local: if test -z "$(DESTDIR)"; then \ @@ -274,6 +276,8 @@ install-data-local: fi endif +endif + dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) -- cgit v1.2.3