From 31bda94d32b772af25f9e2dc725c22f95b4a4cd7 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 28 Jan 2009 18:18:17 +0000 Subject: Link with more libraries on Windows. 2009-01-28 Tor Lillqvist * Makefile.am: Link with more libraries on Windows. svn path=/trunk/; revision=37154 --- plugins/mail-notification/ChangeLog | 4 ++-- plugins/mail-notification/Makefile.am | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/mail-notification/ChangeLog b/plugins/mail-notification/ChangeLog index c08225cdda..ecbc34391d 100644 --- a/plugins/mail-notification/ChangeLog +++ b/plugins/mail-notification/ChangeLog @@ -1,7 +1,7 @@ 2009-01-28 Tor Lillqvist - * Makefile.am: Use -no-undefined and link with GNOME_PLATFORM_LIBS - on Windows. + * Makefile.am: Use -no-undefined and link with more libraries on + Windows. 2008-11-19 Srinivasa Ragavan diff --git a/plugins/mail-notification/Makefile.am b/plugins/mail-notification/Makefile.am index 627fd93bed..8915fe92ad 100644 --- a/plugins/mail-notification/Makefile.am +++ b/plugins/mail-notification/Makefile.am @@ -1,5 +1,8 @@ if OS_WIN32 -NO_UNDEFINED_REQUIRED_LIBS = $(GNOME_PLATFORM_LIBS) +NO_UNDEFINED_REQUIRED_LIBS = \ + $(top_builddir)/mail/libevolution-mail.la \ + $(top_builddir)/e-util/libeutil.la \ + $(GNOME_PLATFORM_LIBS) endif INCLUDES = \ -- cgit