From cc779fdf6febc880ca12f13a7fa5ee197df1bf98 Mon Sep 17 00:00:00 2001 From: Martha Burke Date: Fri, 11 May 2001 19:31:37 +0000 Subject: sanitize LD_ADDS and CFLAGS so the libtool lines are shorter (fixes 2001-05-11 Martha Burke * gui/Makefile.am: sanitize LD_ADDS and CFLAGS so the libtool lines are shorter (fixes problem on solaries due to sed) svn path=/trunk/; revision=9765 --- mail/ChangeLog | 5 +++++ mail/Makefile.am | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 5c1c173425..d88aa8b219 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-05-11 Martha Burke + + * gui/Makefile.am: sanitize LD_ADDS and CFLAGS so the libtool + lines are shorter (fixes problem on solaries due to sed) + 2001-05-11 Jeffrey Stedfast * mail-vfolder.c (vfolder_edit): Don't allow multiple copies of diff --git a/mail/Makefile.am b/mail/Makefile.am index 0f65ef3f3a..2b66e3573c 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -117,10 +117,8 @@ evolution_mail_LDADD = \ $(top_builddir)/libibex/libibex.la \ $(top_builddir)/filter/libfilter.la \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ - $(top_builddir)/shell/importer/libevolution-importer.la \ $(top_builddir)/widgets/menus/libmenus.la \ - $(BONOBO_VFS_GNOME_LIBS) \ - $(GTKHTML_LIBS) + $(BONOBO_HTML_GNOME_LIBS) evolution_mail_LDFLAGS = \ -export-dynamic -- cgit v1.2.3