aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-05-16 23:39:16 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-05-16 23:39:16 +0800
commit98204f8997f7ed8ad2b02432e758cde9cd67fa5e (patch)
treef028275a858dec4da7f51c9c8d74d6479ea831cb /addressbook
parent487093320532dc68dd89e4878850a5d55d2a6cbb (diff)
downloadgsoc2013-evolution-98204f8997f7ed8ad2b02432e758cde9cd67fa5e.tar
gsoc2013-evolution-98204f8997f7ed8ad2b02432e758cde9cd67fa5e.tar.gz
gsoc2013-evolution-98204f8997f7ed8ad2b02432e758cde9cd67fa5e.tar.bz2
gsoc2013-evolution-98204f8997f7ed8ad2b02432e758cde9cd67fa5e.tar.lz
gsoc2013-evolution-98204f8997f7ed8ad2b02432e758cde9cd67fa5e.tar.xz
gsoc2013-evolution-98204f8997f7ed8ad2b02432e758cde9cd67fa5e.tar.zst
gsoc2013-evolution-98204f8997f7ed8ad2b02432e758cde9cd67fa5e.zip
Check for libgcc stuff to make solaris happy
2003-05-15 Rodney Dawes <dobey@ximian.com> * configure.in: Check for libgcc stuff to make solaris happy * gui/component/Makefile.am: libgcc fix for Solaris __eprintf issue svn path=/trunk/; revision=21212
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/gui/component/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 2acd9196a3..6dd470aae0 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-15 Rodney Dawes <dobey@ximian.com>
+
+ * gui/component/Makefile.am: libgcc fix for Solaris __eprintf issue
+
2003-05-15 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook.c (book_open_cb): backing out a tiny
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index 36dd543700..8f496e9aed 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -59,7 +59,8 @@ libevolution_addressbook_la_LIBADD = \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/addressbook/gui/merging/libecardmerging.la \
$(top_builddir)/widgets/menus/libmenus.la \
- $(EVOLUTION_ADDRESSBOOK_LIBS) $(LDAP_LIBS)
+ $(EVOLUTION_ADDRESSBOOK_LIBS) $(LDAP_LIBS) \
+ $(LIBGCC_A_FILENAME)