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