aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task/Makefile.am
blob: 9a3749d676d88b98131b502762e231e2c9ccb84b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
INCLUDES =                      \
    -I$(top_srcdir)                 \
    $(EVOLUTION_CALENDAR_CFLAGS)            \
    $(EVOLUTION_MAIL_CFLAGS)

@EVO_PLUGIN_RULE@

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 $(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

BUILT_SOURCES = org-gnome-mail-to-task.eplug
CLEANFILES = $(BUILT_SOURCES)

-include $(top_srcdir)/git.mk