blob: bf72450202c27ba03432da7c8f09567c2f035c78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
EXTRA_DIST = org-gnome-mail-to-task.eplug.xml
|