diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 26a54ebdf5..8afc886d46 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -179,6 +179,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 \ @@ -199,6 +201,8 @@ install-data-local: fi endif +endif + # Extra dist stuff EXTRA_DIST = \ |