diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-25 07:16:18 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-25 07:16:18 +0800 |
commit | 4ba09274d6d393568a06c483bf4934ea4707a604 (patch) | |
tree | 8bb9f22fe18024c733e233f963c621c39ed460f4 /calendar/ChangeLog | |
parent | d656b69c9bd1de52d6991e1694fd4dcf9856951c (diff) | |
download | gsoc2013-evolution-4ba09274d6d393568a06c483bf4934ea4707a604.tar gsoc2013-evolution-4ba09274d6d393568a06c483bf4934ea4707a604.tar.gz gsoc2013-evolution-4ba09274d6d393568a06c483bf4934ea4707a604.tar.bz2 gsoc2013-evolution-4ba09274d6d393568a06c483bf4934ea4707a604.tar.lz gsoc2013-evolution-4ba09274d6d393568a06c483bf4934ea4707a604.tar.xz gsoc2013-evolution-4ba09274d6d393568a06c483bf4934ea4707a604.tar.zst gsoc2013-evolution-4ba09274d6d393568a06c483bf4934ea4707a604.zip |
Clean up some of the Makefiles so we dont' link every library multiple
times, causing big libtool 1.4 pain.
svn path=/trunk/; revision=15461
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 494b6ac008..d15d0b8ca8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2002-01-24 Ettore Perazzoli <ettore@ximian.com> + + * conduits/calendar/Makefile.am: Use + EVOLUTION_CALENDAR_CONDUIT_LIBS and + EVOLUTION_CALENDAR_CONDUIT_CFLAGS. + * conduits/todo/Makefile.am: Likewise. + + * cal-client/Makefile.am: Use EVOLUTION_CALENDAR_LIBS and + EVOLUTION_CALENDAR_CFLAGS. + * cal-util/Makefile.am: Likewise. + * gui/alarm-notify/Makefile.am: Likewise. + * gui/Makefile.am: Likewise. + 2002-01-23 Ettore Perazzoli <ettore@ximian.com> * gui/component-factory.c (create_object): Pass a NULL @icon to |