diff options
author | Martha Burke <martha@ximian.com> | 2001-05-12 03:31:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-05-12 03:31:37 +0800 |
commit | cc779fdf6febc880ca12f13a7fa5ee197df1bf98 (patch) | |
tree | 7046579d0e68d2933e49bfa1207e32cdddb32f61 /mail/Makefile.am | |
parent | a8b6f2be954e076d4c2cc90b8c39a1823df257e1 (diff) | |
download | gsoc2013-evolution-cc779fdf6febc880ca12f13a7fa5ee197df1bf98.tar.gz gsoc2013-evolution-cc779fdf6febc880ca12f13a7fa5ee197df1bf98.tar.zst gsoc2013-evolution-cc779fdf6febc880ca12f13a7fa5ee197df1bf98.zip |
sanitize LD_ADDS and CFLAGS so the libtool lines are shorter (fixes
2001-05-11 Martha Burke <martha@ximian.com>
* 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
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
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 |