aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task
diff options
context:
space:
mode:
authorBharath Acharya <abharath@novell.com>2008-08-12 12:04:18 +0800
committerBharath Acharya <abharath@src.gnome.org>2008-08-12 12:04:18 +0800
commitf5c50178484c5b2fda3170ea66dc50244fcbeb56 (patch)
tree0fcda8ba5be9ebccf81d1235433e6d9552887f79 /plugins/mail-to-task
parent72fc7814faf1821468bae1296893e28fbd9ea5ff (diff)
downloadgsoc2013-evolution-f5c50178484c5b2fda3170ea66dc50244fcbeb56.tar
gsoc2013-evolution-f5c50178484c5b2fda3170ea66dc50244fcbeb56.tar.gz
gsoc2013-evolution-f5c50178484c5b2fda3170ea66dc50244fcbeb56.tar.bz2
gsoc2013-evolution-f5c50178484c5b2fda3170ea66dc50244fcbeb56.tar.lz
gsoc2013-evolution-f5c50178484c5b2fda3170ea66dc50244fcbeb56.tar.xz
gsoc2013-evolution-f5c50178484c5b2fda3170ea66dc50244fcbeb56.tar.zst
gsoc2013-evolution-f5c50178484c5b2fda3170ea66dc50244fcbeb56.zip
Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.
2008-08-12 Bharath Acharya <abharath@novell.com> * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows. svn path=/trunk/; revision=35960
Diffstat (limited to 'plugins/mail-to-task')
-rw-r--r--plugins/mail-to-task/ChangeLog5
-rw-r--r--plugins/mail-to-task/Makefile.am8
2 files changed, 12 insertions, 1 deletions
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog
index 8f6ec7a35e..ffa866b4d6 100644
--- a/plugins/mail-to-task/ChangeLog
+++ b/plugins/mail-to-task/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-12 Bharath Acharya <abharath@novell.com>
+
+ * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate
+ dlls on Windows.
+
2008-06-18 Milan Crha <mcrha@redhat.com>
** Fix for bug #318089
diff --git a/plugins/mail-to-task/Makefile.am b/plugins/mail-to-task/Makefile.am
index 57d29acdb3..f4241c2fc3 100644
--- a/plugins/mail-to-task/Makefile.am
+++ b/plugins/mail-to-task/Makefile.am
@@ -8,7 +8,13 @@ plugin_DATA = org-gnome-mail-to-task.eplug org-gnome-mail-to-task.xml
plugin_LTLIBRARIES = liborg-gnome-mail-to-task.la
liborg_gnome_mail_to_task_la_SOURCES = mail-to-task.c
-liborg_gnome_mail_to_task_la_LDFLAGS = -module -avoid-version
+liborg_gnome_mail_to_task_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
+liborg_gnome_mail_to_task_la_LIBADD = \
+ $(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/calendar/common/libevolution-calendarprivate.la \
+ $(top_builddir)/mail/libevolution-mail.la \
+ $(EVOLUTION_CALENDAR_LIBS) \
+ $(EVOLUTION_MAIL_LIBS)
EXTRA_DIST = org-gnome-mail-to-task.eplug.xml \
org-gnome-mail-to-task.xml