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/external-editor/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/external-editor/Makefile.am') diff --git a/plugins/external-editor/Makefile.am b/plugins/external-editor/Makefile.am index 0f4cec9b95..c36ce82111 100644 --- a/plugins/external-editor/Makefile.am +++ b/plugins/external-editor/Makefile.am @@ -54,6 +54,8 @@ schema_DATA = $(schema_in_files:.schemas.in=.schemas) @INTLTOOL_SCHEMAS_RULE@ +if GCONF_SCHEMAS_INSTALL + install-data-local: if test -z "$(DESTDIR)" ; then \ for p in $(schema_DATA) ; do \ @@ -61,6 +63,8 @@ install-data-local: done \ fi +endif + EXTRA_DIST = \ org-gnome-external-editor.eplug.xml \ org-gnome-external-editor.error.xml \ -- cgit v1.2.3