aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-05-26 12:59:00 +0800
committerPeter Williams <peterw@src.gnome.org>2001-05-26 12:59:00 +0800
commita58c7b50e9a4b2d03763eff154b47a47e3398d11 (patch)
tree213b3dde4689c5aa95a2ba7d14e7a66ba90de62d /addressbook
parentc6c02db6022e3a702c096d3f7cbc34af8cf68342 (diff)
downloadgsoc2013-evolution-a58c7b50e9a4b2d03763eff154b47a47e3398d11.tar.gz
gsoc2013-evolution-a58c7b50e9a4b2d03763eff154b47a47e3398d11.tar.zst
gsoc2013-evolution-a58c7b50e9a4b2d03763eff154b47a47e3398d11.zip
Reference libeshell.la instead of libeshell.a.
2001-05-25 Peter Williams <peterw@ximian.com> * gui/component/Makefile.am: Reference libeshell.la instead of libeshell.a. 2001-05-25 Peter Williams <peterw@ximian.com> * gui/Makefile.am: Reference libeshell.la instead of libeshell.a. 2001-05-25 Peter Williams <peterw@ximian.com> * component/Makefile.am: Reference libeshell.la instead of libeshell.a. 2001-05-25 Peter Williams <peterw@ximian.com> * Makefile.am: Reference libeshell.la instead of libeshell.a. 2001-05-25 Peter Williams <peterw@ximian.com> * Makefile.am: Change libeshell from a noinst_LIBRARIES to a lib_LTLIBRARIES. Install its headers in $includedir/evolution/shell. * evolution-storage.c (safe_corba_string): New, copy of e_safe_corba_string in libeutil. This way libeshell doesn't have a missing symbol when programs that don't have libeutil link to it. (evolution_storage_register): s,e_safe_corba_string,safe_corba_string,g. svn path=/trunk/; revision=10007
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/gui/component/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 462db8c4aa..ec88caae61 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-25 Peter Williams <peterw@ximian.com>
+
+ * gui/component/Makefile.am: Reference libeshell.la instead of libeshell.a.
+
2001-05-25 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-addressbook-reflow-adapter.c (addressbook_height):
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index de6e3f2337..e3f444d500 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -43,7 +43,7 @@ evolution_addressbook_SOURCES = \
evolution_addressbook_LDADD = \
select-names/libeselectnames.la \
- $(top_builddir)/shell/libeshell.a \
+ $(top_builddir)/shell/libeshell.la \
$(EXTRA_GNOME_LIBS) \
$(BONOBO_HTML_GNOME_LIBS) \
$(top_builddir)/addressbook/gui/widgets/libeminicard.a \
'>-0/+1 * - Update to 3.1.1miwi2012-04-226-52/+8 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-6/+4 * - Update to 3.1.0 [1]rene2011-09-164-20/+35 * Drop maintainershiplioux2011-07-251-1/+1 * Update to 3.0.7lioux2011-07-202-5/+5 * Remove painful examples of foo="", with particular prejudice againstdougb2011-05-152-6/+5 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Update to 3.0.6lioux2010-11-172-3/+3 * Update to 3.0.5lioux2010-11-084-41/+3 * Punt autoconf267->autoconf268ade2010-10-161-1/+1 * - Remove BROKEN: fix buildlioux2010-09-261-2/+0 * - Remove BROKEN: fix buildlioux2010-09-212-0/+36 * - Mark BROKEN: does not buildpav2010-09-171-0/+2 * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-1/+2 * Update to 3.0.4lioux2010-09-062-4/+4 * Update to 3.0.3lioux2010-08-032-4/+4 * o Update to 3.0.2lioux2010-06-132-5/+7 * - update to 1.4.1dinoex2010-03-281-1/+1 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * o Revert previous commit since the specific LDFLAGS is not neededlioux2009-11-241-7/+1 * - Fix build on systems where GCC stack protection (aka Propolice)lioux2009-11-231-0/+7 * Update to 3.0.1lioux2009-11-222-5/+4 * - Fix rc.d startup script:lioux2009-11-222-1/+8 * - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirror...amdmi32009-09-021-3/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1 * - Not MAKE_JOBS_SAFEpav2009-07-201-1/+1 * Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-2/+0 * Mark MAKE_JOBS_SAFE for SMP compilationlioux2009-03-251-0/+1 * Update to 3.0.0lioux2009-02-252-4/+4 * Update to 2.9.7lioux2009-02-192-4/+4 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-5/+2 * Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1 * Update to 2.9.6lioux2008-08-102-4/+4 * Update to 2.9.5lioux2008-05-072-4/+4 * Update to 2.9.4lioux2008-03-032-4/+4 * Update to 2.9.3lioux2008-01-212-4/+4 * Update to 2.9.2lioux2007-10-252-5/+4 * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-5/+0 * Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-1/+2 * Update to 2.9.1lioux2007-09-132-4/+4 * Update to 2.9.0lioux2007-07-302-5/+4 * o Fix RC script. Make sure the shell is sh(1) when starting mlnet.lioux2007-07-263-5/+11 * Update to 2.8.7lioux2007-07-022-5/+4 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * Update to 2.8.5 since it is a bugfix to 2.8.4lioux2007-04-262-4/+4 * Update to 2.8.4lioux2007-04-252-4/+4 * o Update to 2.8.3lioux2007-04-165-160/+41 * o Fix: "Namely, eMule (and compatible) clients use 'rotationallioux2007-02-104-0/+131 * Fix install target: do not install files that do not existlioux2006-12-251-2/+2 * Fix patch targetlioux2006-12-211-11/+0 * o Update to 2.8.2lioux2006-12-153-7/+8 * /tmp/msglioux2006-11-212-1/+12 * o Remove PKGNAMESUFFIX=-devellioux2006-09-291-2/+3 * o Take over maintainershiplioux2006-09-2911-701/+219 * Transfer maintainership by previous maintainer request.linimon2006-07-171-1/+1 * - Fix build and unbroken port.anray2006-05-314-4/+402 * Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0 * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1 * Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1 * Convert .error to IGNORE when a port-specific combination of otherwisekris2006-02-111-1/+1 * SHA256ifyedwin2006-02-021-0/+1 * Populate newly create net-p2p category with these ports:pav2006-01-311-1/+1 * BROKEN: Does not buildkris2006-01-141-0/+2 * - Update graphics/libglut to 6.4.1.sem2006-01-121-0/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * Move instant messaging related ports to newly created net-im category:pav2005-11-091-1/+1 * Fix rcNG launcher: the latest version (2.5.30.7) no longer supports thehq2005-10-271-2/+1 * - fix dependencydinoex2005-10-252-1/+3 * - Update to 2.5.30.17pav2005-10-034-7/+190 * Fix USE_RC_SUBR not being defined properly when WITHOUT_GUI is defined, thushq2005-08-111-1/+4 * - Fix mldonkey-core buildpav2005-06-291-1/+1 * - Update to 2.5.28.1pav2005-06-246-38/+107 * o After repo copy from net/mldonkeylioux2005-01-091-1/+1 * o Add CONFLICTS on upcoming net/mldonkey{,-core,-gui}-devel repocopiedlioux2005-01-091-0/+2 * - Update WWWpav2004-11-161-2/+1 * - autoconf is needed every time, not only in GUI buildpav2004-10-261-2/+2 * - Update to 2.5.23 and unbreakpav2004-09-203-9/+27 * BROKEN on 5.x: Does not compilekris2004-09-191-1/+7 * - Update to 2.5.21pav2004-05-152-3/+3 * - Update to 2.5.16pav2004-04-022-5/+5 * fix for master/slave portijliao2004-03-231-1/+1 * Update to 2.5.14mat2004-03-184-23/+14 * use CATEGORIES+= for slave portijliao2004-03-111-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * - Fix build with ocaml-3.07_1pav2004-01-082-1/+12 * - Update to version 2.5.4krion2003-10-302-3/+3 * Chase up new MASTER_SITE_SAVANNAH.edwin2003-10-031-1/+2 * Prepare it to be a master port: make COMMENT optional so that itlioux2003-06-161-1/+1 * o Update to 2.5.3lioux2003-06-165-43/+105 * Update to 2.04 rc1lioux2003-03-273-10/+6 * De-pkg-comment.knu2003-02-212-1/+1 * Only depend on compat4x port IF running on OSVERSION >= 500000lioux2003-02-011-3/+7 * o Install port's supplied version of kill_mldonkey instead oflioux2003-01-281-1/+2 * Fix typo: set WRKSRC correctlylioux2003-01-281-1/+1 * o After being repo copied to mldonkey-gui port:lioux2003-01-277-44/+85 * Update MASTER_SITES: DISTFILES no longer available at older oneslioux2002-12-301-2/+3