~ubuntu-branches/debian/sid/evolution/sid

« back to all changes in this revision

Viewing changes to mail/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2009-12-15 08:55:42 UTC
  • mfrom: (47.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091215085542-93ma0xjjz3xjj4tz
Tags: 2.28.2-1
* New upstream release.
* debian/patches:
  - 02_empty-line_signature dropped, included upstream.
  - 03_GNOME-Bug-599792-Anjal-composer-s-Send-button-doesn-t-work too.
  - 04_GNOME-Bug-596027-In-Anjal-although-invalid-mail-address-wa.patch too. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
        message-tag-followup.h
237
237
 
238
238
if OS_WIN32
239
 
LIBEVOMAIL=$(top_builddir)/win32/libevolution-mail.la
 
239
WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libevolution-mail.la
240
240
endif
241
241
 
242
242
libevolution_mail_shared_la_LIBADD =                            \
243
 
        $(LIBEVOMAIL) \
 
243
        $(WIN32_BOOTSTRAP_LIBS) \
244
244
        $(top_builddir)/e-util/libeutil.la                      \
245
245
        $(top_builddir)/widgets/misc/libemiscwidgets.la         \
246
246
        $(top_builddir)/composer/libcomposer.la                 \