diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-28 01:21:36 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-28 01:21:36 +0800 |
commit | 79a377ddf20574b03d02f93fc85f542455b12744 (patch) | |
tree | f236578097b3c734c75ddc546b6d76a36a6a380c /ChangeLog | |
parent | 9370911a01d8de412d27bc9ca126a2dee4d60f02 (diff) | |
download | gsoc2013-evolution-79a377ddf20574b03d02f93fc85f542455b12744.tar.gz gsoc2013-evolution-79a377ddf20574b03d02f93fc85f542455b12744.tar.zst gsoc2013-evolution-79a377ddf20574b03d02f93fc85f542455b12744.zip |
Final cleanup for the CFLAGS and LIBS in the Makefiles.
svn path=/trunk/; revision=15486
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,5 +1,18 @@ -2002-01-25 Ettore Perazzoli <ettore@ximian.com> +2002-01-27 Ettore Perazzoli <ettore@ximian.com> + + * tools/Makefile.am: Use GNOME_FULL_LIBS and GNOME_FULL_CFLAGS. + + * configure.in: Define the CAMEL_{CFLAGS,LIBS} using + EVO_SET_COMPILE_FLAGS. Likewise define E_UTIL_{CFLAGS,LIBS}, + E_NAME_{CFLAGS,LIBS}, SHELL_{CFLAGS,LIBS}, + IMPORTERS_{CFLAGS,LIBS}, WOMBAT_{CFLAGS,LIBS} and + E_WIDGETS_{CFLAGS,LIBS}, LIBFILTER_{CFLAGS,LIBS}. Remove + GAL_{LIBS,CFLAGS}. Add GNOME_FULL_{CFLAGS,LIBS}. Also, move all + this stuff after OpenSSL check so they benefit from all the + cflags/ldflags discoveries for the support libraries. +2002-01-25 Ettore Perazzoli <ettore@ximian.com> + * configure.in: Require gal 0.19.99.1. 2002-01-24 Ettore Perazzoli <ettore@ximian.com> |