From f737b385d7326c888bf0ba3d514b30d5c6c5da95 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 21 Oct 2004 17:19:48 +0000 Subject: implemented plugin for converting selected mails to tasks. 2004-10-21 Rodrigo Moya * mail-to-task.c: implemented plugin for converting selected mails to tasks. svn path=/trunk/; revision=27682 --- plugins/mail-to-task/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/mail-to-task/Makefile.am (limited to 'plugins/mail-to-task/Makefile.am') diff --git a/plugins/mail-to-task/Makefile.am b/plugins/mail-to-task/Makefile.am new file mode 100644 index 0000000000..c27ceccbc8 --- /dev/null +++ b/plugins/mail-to-task/Makefile.am @@ -0,0 +1,11 @@ +INCLUDES = \ + -I$(top_srcdir) \ + $(EVOLUTION_MAIL_CFLAGS) + +@EVO_PLUGIN_RULE@ + +plugin_DATA = org-gnome-mail-to-task.eplug +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 -- cgit v1.2.3