diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2005-01-03 23:50:10 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@src.gnome.org> | 2005-01-03 23:50:10 +0000 |
commit | 7c8faf3eda5e868ffb1a9549ba061ae44c757d3e (patch) | |
tree | 5ce6f5d0d5029e01b54512aa7f9d5450d3276908 /src | |
parent | 68b14b6b9ad0f6e29686ba0f1c7a6fccf4a85083 (diff) | |
download | metacity-7c8faf3eda5e868ffb1a9549ba061ae44c757d3e.tar.gz |
Install schema data from builddir not srcdir.
2005-01-03 Thomas Fitzsimmons <fitzsim@redhat.com>
* src/Makefile.am (install-data-local): Install schema data from
builddir not srcdir.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5d3ffeb4..3ed5e1db 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -155,7 +155,7 @@ schema_DATA = $(schema_in_files:.schemas.in=.schemas) if GCONF_SCHEMAS_INSTALL install-data-local: - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) else install-data-local: endif |