install schemas properly

2005-01-06  JP Rosevear  <jpr@novell.com>

        * gui/Makefile.am: install schemas properly

svn path=/trunk/; revision=28260
This commit is contained in:
JP Rosevear
2005-01-06 23:24:33 +00:00
committed by JP Rosevear
parent b08b8514c6
commit 51de6f4742
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-01-06 JP Rosevear <jpr@novell.com>
* gui/Makefile.am: install schemas properly
2005-01-06 Chenthill Palanisamy <pchenthill@novell.com>
merging send options

View File

@ -253,7 +253,7 @@ CLEANFILES = $(BUILT_SOURCES)
install-data-local:
if test -z "$(DESTDIR)"; then \
for p in $(schema_DATA); do \
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p; \
done; \
fi