diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/attachment-reminder/Makefile.am | 4 | ||||
-rw-r--r-- | plugins/bogo-junk-plugin/Makefile.am | 4 | ||||
-rw-r--r-- | plugins/default-mailer/Makefile.am | 4 | ||||
-rw-r--r-- | plugins/email-custom-header/Makefile.am | 4 | ||||
-rw-r--r-- | plugins/external-editor/Makefile.am | 4 | ||||
-rw-r--r-- | plugins/face/Makefile.am | 4 | ||||
-rw-r--r-- | plugins/mail-notification/Makefile.am | 4 | ||||
-rw-r--r-- | plugins/templates/Makefile.am | 4 |
8 files changed, 32 insertions, 0 deletions
diff --git a/plugins/attachment-reminder/Makefile.am b/plugins/attachment-reminder/Makefile.am index 2a5564236e..684d1d2b21 100644 --- a/plugins/attachment-reminder/Makefile.am +++ b/plugins/attachment-reminder/Makefile.am @@ -39,6 +39,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 \ @@ -59,6 +61,8 @@ install-data-local: fi endif +endif + EXTRA_DIST = org-gnome-evolution-attachment-reminder.eplug.xml \ org-gnome-attachment-reminder.error.xml \ $(schema_in_files) diff --git a/plugins/bogo-junk-plugin/Makefile.am b/plugins/bogo-junk-plugin/Makefile.am index e4c03ae9dc..935fc31135 100644 --- a/plugins/bogo-junk-plugin/Makefile.am +++ b/plugins/bogo-junk-plugin/Makefile.am @@ -27,6 +27,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 \ @@ -34,6 +36,8 @@ install-data-local: done \ fi +endif + BUILT_SOURCES = $(plugin_DATA) $(error_DATA) diff --git a/plugins/default-mailer/Makefile.am b/plugins/default-mailer/Makefile.am index a3b85d1ab5..b4132fd8eb 100644 --- a/plugins/default-mailer/Makefile.am +++ b/plugins/default-mailer/Makefile.am @@ -27,6 +27,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 \ @@ -47,6 +49,8 @@ install-data-local: fi endif +endif + EXTRA_DIST = \ org-gnome-default-mailer.eplug.xml \ org-gnome-default-mailer.error.xml \ diff --git a/plugins/email-custom-header/Makefile.am b/plugins/email-custom-header/Makefile.am index def545a489..9778980b9f 100644 --- a/plugins/email-custom-header/Makefile.am +++ b/plugins/email-custom-header/Makefile.am @@ -37,6 +37,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 \ @@ -57,6 +59,8 @@ install-data-local: fi endif +endif + ui_DATA = \ org-gnome-email-custom-header.ui 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 \ 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 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) diff --git a/plugins/templates/Makefile.am b/plugins/templates/Makefile.am index c694ac89ba..9104b3eb07 100644 --- a/plugins/templates/Makefile.am +++ b/plugins/templates/Makefile.am @@ -33,6 +33,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 \ @@ -53,6 +55,8 @@ install-data-local: fi endif +endif + EXTRA_DIST = org-gnome-templates.eplug.xml \ $(schema_in_files) |