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.
This commit is contained in:
Thomas Fitzsimmons 2005-01-03 23:50:10 +00:00 committed by Thomas Fitzsimmons
parent 68b14b6b9a
commit 7c8faf3eda
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-01-03 Thomas Fitzsimmons <fitzsim@redhat.com>
* src/Makefile.am (install-data-local): Install schema data from
builddir not srcdir.
2005-01-02 Elijah Newren <newren@gmail.com>
Provide more documentation to make it easier for people to

View File

@ -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