diff options
Diffstat (limited to 'plugins/default-mailer')
-rw-r--r-- | plugins/default-mailer/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |