builddir != srcdir fix.
2004-01-18 Jason Leach <leach@wam.umd.edu> * schemas/Makefile.am (install-data-local): builddir != srcdir fix.
This commit is contained in:
parent
2d2222aba1
commit
00c538e354
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-01-18 Jason Leach <leach@wam.umd.edu>
|
||||
|
||||
* schemas/Makefile.am (install-data-local): builddir != srcdir fix.
|
||||
|
||||
2004-01-14 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* configure.in : post release bump
|
||||
|
|
|
@ -15,7 +15,7 @@ if GCONF_SCHEMAS_INSTALL
|
|||
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
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue