From 1277e030c205ea8db370ef4e9fd3db08f422763c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 18 Jun 2005 11:05:17 +0000 Subject: Makefile.am addressbook/Makefile.am calendar/Makefile.am Use the fake 2005-06-18 Tor Lillqvist * Makefile.am * addressbook/Makefile.am * calendar/Makefile.am * widgets/Makefile.am: Use the fake "bootstrap" libraries on Win32 to get around circular dependencies. Use NO_UNDEFINED. * Makefile.am: No need to pass -I pointing to this directory itself, all inclusions of headers from here are with doublequotes. Link with libeutil. No need to link with REGEX_LIBS. * addressbook/Makefile.am * calendar/Makefile.am * widgets/Makefile.am: Prune out superfluous -I options and -D options for EVOLUTION_* pathname macros that aren't used in the source files in that directory. * addressbook/Makefile.am: Drop A11Y_CFLAGS, its a subset of EVOLUTION_ADDRESSBOOK_CFLAGS anyway. Link with EVOLUTION_ADDRESSBOOK_LIBS. * a11y/addressbook/ea-addressbook.c: Include headers from the same directory as such. * calendar/Makefile.am: Drop A11Y_CFLAGS, its a subset of EVOLUTION_CALENDAR_CFLAGS anyway. Link with EVOLUTION_CALENDAR_LIBS. * e-table/Makefile.am (INCLUDES) * e-text/Makefile.am (INCLUDES): Drop the undefined GNOME_BONOBO_CFLAGS and GNOME_INCLUDEDIR. Drop GNOME_FULL_CFLAGS, it's a subset of EXTRA_GNOME_CFLAGS. * widgets/Makefile.am: E_WIDGETS_CFLAGS is enough. No need for EVOLUTION_CALENDAR_CFLAGS, which . Link with E_WIDGET_LIBS. Drop A11Y_CFLAGS, subset of E_WIDGET_CFLAGS. svn path=/trunk/; revision=29533 --- a11y/ChangeLog | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) (limited to 'a11y/ChangeLog') diff --git a/a11y/ChangeLog b/a11y/ChangeLog index e2d73c0dc9..11b45da7bd 100644 --- a/a11y/ChangeLog +++ b/a11y/ChangeLog @@ -1,9 +1,42 @@ 2005-06-18 Tor Lillqvist - * e-text/Makefile.am (INCLUDES) - * e-table/Makefile.am (INCLUDES): Remove stray trailing slash from - -I path, confuses gcc on Win32. - + * Makefile.am + * addressbook/Makefile.am + * calendar/Makefile.am + * widgets/Makefile.am: Use the fake "bootstrap" libraries on Win32 + to get around circular dependencies. Use NO_UNDEFINED. + + * Makefile.am: No need to pass -I pointing to this directory + itself, all inclusions of headers from here are with + doublequotes. Link with libeutil. No need to link with REGEX_LIBS. + + * addressbook/Makefile.am + * calendar/Makefile.am + * widgets/Makefile.am: Prune out superfluous -I options and -D + options for EVOLUTION_* pathname macros that aren't used in the + source files in that directory. + + * addressbook/Makefile.am: Drop A11Y_CFLAGS, its a subset of + EVOLUTION_ADDRESSBOOK_CFLAGS anyway. Link with + EVOLUTION_ADDRESSBOOK_LIBS. + + * a11y/addressbook/ea-addressbook.c: Include headers from the same + directory as such. + + * calendar/Makefile.am: Drop A11Y_CFLAGS, its a subset of + EVOLUTION_CALENDAR_CFLAGS anyway. Link with + EVOLUTION_CALENDAR_LIBS. + + * e-table/Makefile.am (INCLUDES) + * e-text/Makefile.am (INCLUDES): Remove stray trailing slash from + -I path, confuses gcc on Win32. Drop the undefined + GNOME_BONOBO_CFLAGS and GNOME_INCLUDEDIR. Drop GNOME_FULL_CFLAGS, + it's a subset of EXTRA_GNOME_CFLAGS. + + * widgets/Makefile.am: E_WIDGETS_CFLAGS is enough. No need for + EVOLUTION_CALENDAR_CFLAGS. Link with E_WIDGET_LIBS. Drop + A11Y_CFLAGS, subset of E_WIDGET_CFLAGS. + 2005-04-22 Li Yuan * calendar/ea-day-view-main-item.c: -- cgit v1.2.3