diff options
author | Tor Lillqvist <tml@novell.com> | 2005-09-28 19:29:08 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-09-28 19:29:08 +0800 |
commit | 41d4bb2a43de01bd1db28f20a7a6084064a73cb1 (patch) | |
tree | 7624cfc95f7a1ea75c3f707db6e31d1b3c1bcb26 /widgets/ChangeLog | |
parent | f45ecd1f42e6c417b233a8a32d321341a06b9544 (diff) | |
download | gsoc2013-evolution-41d4bb2a43de01bd1db28f20a7a6084064a73cb1.tar gsoc2013-evolution-41d4bb2a43de01bd1db28f20a7a6084064a73cb1.tar.gz gsoc2013-evolution-41d4bb2a43de01bd1db28f20a7a6084064a73cb1.tar.bz2 gsoc2013-evolution-41d4bb2a43de01bd1db28f20a7a6084064a73cb1.tar.lz gsoc2013-evolution-41d4bb2a43de01bd1db28f20a7a6084064a73cb1.tar.xz gsoc2013-evolution-41d4bb2a43de01bd1db28f20a7a6084064a73cb1.tar.zst gsoc2013-evolution-41d4bb2a43de01bd1db28f20a7a6084064a73cb1.zip |
Install in privsolib instead of privlib (no difference on Unix). Use
2005-09-28 Tor Lillqvist <tml@novell.com>
* menus/Makefile.am: Install in privsolib instead of privlib
(no difference on Unix). Use NO_UNDEFINED. Drop several
overlapping CFLAGS, use E_UTIL_CFLAGS instead. Link with
necessary libraries.
svn path=/trunk/; revision=30405
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index e323b7a528..1571f45c55 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,9 +1,15 @@ 2005-09-28 Tor Lillqvist <tml@novell.com> - * e-timezone-dialog/Makefile.am: On Win32, use bootstrp import + * e-timezone-dialog/Makefile.am + * menus/Makefile.am: Install in privsolib instead of privlib (no + difference on Unix). Use NO_UNDEFINED. + + * e-timezone-dialog/Makefile.am: On Win32, use bootstrap import library for libemiscwidgets, which hasn't been built yet when we - come here. Install in privsolib instead of privlib (no difference - on Unix). Use NO_UNDEFINED. Link with EVOLUTION_CALENDAR_LIBS. + come here. Link with EVOLUTION_CALENDAR_LIBS. + + * menus/Makefile.am: Drop several overlapping CFLAGS, use + E_UTIL_CFLAGS instead. Link with necessary libraries. 2005-08-03 Li Yuan <li.yuan@sun.com> |