diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-01 06:44:27 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-01 06:44:27 +0800 |
commit | e923674e247e076b0e90ac493c68db59c8edf211 (patch) | |
tree | 24d635f1caced1ad13adc2bc894ec597234ef8cb /calendar/ChangeLog | |
parent | ce6b94f8b825ff1c26916555a0157d21cc32dfe4 (diff) | |
download | gsoc2013-evolution-e923674e247e076b0e90ac493c68db59c8edf211.tar gsoc2013-evolution-e923674e247e076b0e90ac493c68db59c8edf211.tar.gz gsoc2013-evolution-e923674e247e076b0e90ac493c68db59c8edf211.tar.bz2 gsoc2013-evolution-e923674e247e076b0e90ac493c68db59c8edf211.tar.lz gsoc2013-evolution-e923674e247e076b0e90ac493c68db59c8edf211.tar.xz gsoc2013-evolution-e923674e247e076b0e90ac493c68db59c8edf211.tar.zst gsoc2013-evolution-e923674e247e076b0e90ac493c68db59c8edf211.zip |
build libcal-dialogs as an uninstalled shared library ($(IDL_GENERATED_H),
* gui/dialogs/Makefile.am: build libcal-dialogs as an uninstalled
shared library
($(IDL_GENERATED_H), etc): Only generate
Evolution-Addressbook-SelectNames.h, not the corresponding .c
files, or we'll get duplicate symbol errors trying to link this
into libevolution_calendar.la
* gui/Makefile.am (libevolution_calendar_la_LIBADD): Update for
that (and eliminate libtool portability warnings)
svn path=/trunk/; revision=20114
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 11fc44ac59..7e33939b82 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2003-02-28 Dan Winship <danw@ximian.com> + + * gui/dialogs/Makefile.am: build libcal-dialogs as an uninstalled + shared library + ($(IDL_GENERATED_H), etc): Only generate + Evolution-Addressbook-SelectNames.h, not the corresponding .c + files, or we'll get duplicate symbol errors trying to link this + into libevolution_calendar.la + + * gui/Makefile.am (libevolution_calendar_la_LIBADD): Update for + that (and eliminate libtool portability warnings) + 2003-02-28 Hans Petter Jansson <hpj@ximian.com> * Makefile.am (SUBDIRS): Add importers/. |