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/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/mail-notification/Makefile.am') 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 v1.2.3