From 99bb93cb5a7fcc73b3b527337705c862cd11d17d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 10 Aug 2005 09:18:27 +0000 Subject: Pass also EVOLUTION_SYSCONFDIR, EVOLUTION_DATADIR and EVOLUTION_LIBDIR. 2005-08-10 Tor Lillqvist * Makefile.am: (INCLUDES): Pass also EVOLUTION_SYSCONFDIR, EVOLUTION_DATADIR and EVOLUTION_LIBDIR. * e-win32-reloc.c: Handle also the above, and the bare PREFIX. * e-util-private.h: Ditto here. (PREFIX, SYSCONFDIR, DATADIR and LIBDIR without the EVOLUTION_ prefix, as that is how they are to be used, cf. gnome-program.h.) svn path=/trunk/; revision=30073 --- e-util/ChangeLog | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index c0ee1fac27..ea7d421dab 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -2,13 +2,16 @@ * Makefile.am: Use privsolib instead of privlib. On Unix they are the same, on Win32 privsolibdir is the same as libdir. - (INCLUDES): Pass also EVOLUTION_LIBEXECDIR and EVOLUTION_SOUNDDIR - so that the Win32 run-time path lookup code in e-win32-reloc.c can + (INCLUDES): Pass also EVOLUTION_SYSCONFDIR, EVOLUTION_DATADIR, + EVOLUTION_LIBDIR, EVOLUTION_LIBEXECDIR and EVOLUTION_SOUNDDIR so + that the Win32 run-time path lookup code in e-win32-reloc.c can handle them, too. - * e-win32-reloc.c: Handle also the above two paths. + * e-win32-reloc.c: Handle also the above, and the bare PREFIX. - * e-util-private.h: Ditto here. Also EVOLUTION_ETSPECDIR. + * e-util-private.h: Ditto here. (PREFIX, SYSCONFDIR, DATADIR and + LIBDIR without the EVOLUTION_ prefix, as that is how they are to + be used, cf. gnome-program.h.) Also EVOLUTION_ETSPECDIR. 2005-07-11 Vivek Jain -- cgit v1.2.3