From b08b8514c6eb6f336d60b13b835c08d177bcfbbc Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 6 Jan 2005 23:23:53 +0000 Subject: install schemas properly 2005-01-06 JP Rosevear * gui/component/Makefile.am: install schemas properly svn path=/trunk/; revision=28259 --- addressbook/ChangeLog | 4 ++++ addressbook/gui/component/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 3234b0f4e5..a04263a148 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2005-01-06 JP Rosevear + + * gui/component/Makefile.am: install schemas properly + 2004-12-21 Andre Klapper * tools/evolution-addressbook-export.c: diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 887112c6ff..a2798ec665 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -76,7 +76,7 @@ schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas) 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 -- cgit v1.2.3