aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/face
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2010-03-15 21:51:13 +0800
committerFridrich Strba <fridrich.strba@bluewin.ch>2010-03-15 21:51:13 +0800
commitc4cde2306609d73824608f216c2c29726602b8a7 (patch)
tree0cca78bfa415d71cc3da23ea8b5de11c63b85b71 /plugins/face
parent7472c99b1972c32358091143dc1a07f6ff10a242 (diff)
downloadgsoc2013-evolution-c4cde2306609d73824608f216c2c29726602b8a7.tar
gsoc2013-evolution-c4cde2306609d73824608f216c2c29726602b8a7.tar.gz
gsoc2013-evolution-c4cde2306609d73824608f216c2c29726602b8a7.tar.bz2
gsoc2013-evolution-c4cde2306609d73824608f216c2c29726602b8a7.tar.lz
gsoc2013-evolution-c4cde2306609d73824608f216c2c29726602b8a7.tar.xz
gsoc2013-evolution-c4cde2306609d73824608f216c2c29726602b8a7.tar.zst
gsoc2013-evolution-c4cde2306609d73824608f216c2c29726602b8a7.zip
Actually respect the --disable-schemas-install configure option
Diffstat (limited to 'plugins/face')
-rw-r--r--plugins/face/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/face/Makefile.am b/plugins/face/Makefile.am
index 8bac8fa7e6..29c181cbee 100644
--- a/plugins/face/Makefile.am
+++ b/plugins/face/Makefile.am
@@ -53,6 +53,8 @@ CLEANFILES = $(BUILT_SOURCES)
DISTCLEANFILES = $(schema_DATA)
+if GCONF_SCHEMAS_INSTALL
+
if OS_WIN32
install-data-local:
if test -z "$(DESTDIR)"; then \
@@ -71,4 +73,6 @@ install-data-local:
fi
endif
+endif
+
-include $(top_srcdir)/git.mk