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:
parent
68b14b6b9a
commit
7c8faf3eda
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user