aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/prefer-plain/Makefile.am
blob: 5375da81fd2c018b0dec7ca6df32cc57a73f4e5a (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
27
28
@EVO_PLUGIN_RULE@

plugin_DATA = org-gnome-prefer-plain.eplug

plugin_LTLIBRARIES = liborg-gnome-prefer-plain.la

liborg_gnome_prefer_plain_la_CPPFLAGS =         \
    $(AM_CPPFLAGS)                  \
    -I$(top_srcdir)                 \
    $(EVOLUTION_DATA_SERVER_CFLAGS)         \
    $(GNOME_PLATFORM_CFLAGS)

liborg_gnome_prefer_plain_la_SOURCES = prefer-plain.c

liborg_gnome_prefer_plain_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)

liborg_gnome_prefer_plain_la_LIBADD =   \
    $(top_builddir)/mail/libevolution-mail.la   \
    $(top_builddir)/em-format/libemformat.la    \
    $(EVOLUTION_DATA_SERVER_LIBS)           \
    $(GNOME_PLATFORM_LIBS)

EXTRA_DIST = org-gnome-prefer-plain.eplug.xml

BUILT_SOURCES = $(plugin_DATA)
CLEANFILES = $(BUILT_SOURCES)

-include $(top_srcdir)/git.mk