diff options
author | Tor Lillqvist <tml@novell.com> | 2005-08-10 17:18:27 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-08-10 17:18:27 +0800 |
commit | 99bb93cb5a7fcc73b3b527337705c862cd11d17d (patch) | |
tree | 9aa1252aa45befaa5289c45af186753ffba2dbdc /e-util/ChangeLog | |
parent | 16f84e35048c2bb63e417be590108bd95d83c113 (diff) | |
download | gsoc2013-evolution-99bb93cb5a7fcc73b3b527337705c862cd11d17d.tar gsoc2013-evolution-99bb93cb5a7fcc73b3b527337705c862cd11d17d.tar.gz gsoc2013-evolution-99bb93cb5a7fcc73b3b527337705c862cd11d17d.tar.bz2 gsoc2013-evolution-99bb93cb5a7fcc73b3b527337705c862cd11d17d.tar.lz gsoc2013-evolution-99bb93cb5a7fcc73b3b527337705c862cd11d17d.tar.xz gsoc2013-evolution-99bb93cb5a7fcc73b3b527337705c862cd11d17d.tar.zst gsoc2013-evolution-99bb93cb5a7fcc73b3b527337705c862cd11d17d.zip |
Pass also EVOLUTION_SYSCONFDIR, EVOLUTION_DATADIR and EVOLUTION_LIBDIR.
2005-08-10 Tor Lillqvist <tml@novell.com>
* 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
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
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 <jvivek@novell.com> |