diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1a95798503..722e9f8993 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -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 diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 555be8e0ac..d2fc6de530 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -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 |