aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-03-01 05:59:37 +0800
committerDan Winship <danw@src.gnome.org>2003-03-01 05:59:37 +0800
commitf824830018a59b31d19bc7370a5638071e35c295 (patch)
tree225eff2427c32adeeae61c1dea914b5124b7e67c /addressbook/ChangeLog
parent32a764399bed6e64b6f03578025bf4255cc63183 (diff)
downloadgsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.tar
gsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.tar.gz
gsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.tar.bz2
gsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.tar.lz
gsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.tar.xz
gsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.tar.zst
gsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.zip
Build libecontacteditor as an uninstalled shared library.
* gui/contact-editor/Makefile.am: Build libecontacteditor as an uninstalled shared library. * gui/contact-list-editor/Makefile.am: Likewise for libecontactlisteditor * gui/merging/Makefile.am: and libecardmerging * gui/search/Makefile.am: and libeaddressbooksearch * gui/widgets/Makefile.am: and libeminicard * printing/Makefile.am: and libecontactprint * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): Update for new library names (and get rid of libtool portability warnings). svn path=/trunk/; revision=20112
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 23ee36d6e8..0ef7235111 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,25 @@
2003-02-28 Dan Winship <danw@ximian.com>
+ * gui/contact-editor/Makefile.am: Build libecontacteditor as an
+ uninstalled shared library.
+
+ * gui/contact-list-editor/Makefile.am: Likewise for
+ libecontactlisteditor
+
+ * gui/merging/Makefile.am: and libecardmerging
+
+ * gui/search/Makefile.am: and libeaddressbooksearch
+
+ * gui/widgets/Makefile.am: and libeminicard
+
+ * printing/Makefile.am: and libecontactprint
+
+ * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD):
+ Update for new library names (and get rid of libtool portability
+ warnings).
+
+2003-02-28 Dan Winship <danw@ximian.com>
+
* backend/ebook/e-card.c (e_card_list_send, e_card_send): Remove
these from here; talking to the mailer doesn't really belong at
the libebook level anyway.