aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/vcard-inline/Makefile.am
blob: df143ce9d4aefa1ea174c644d3e4253520bd9449 (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
INCLUDES = \
    -I$(top_srcdir)         \
    $(EVOLUTION_ADDRESSBOOK_CFLAGS) \
    $(EVOLUTION_MAIL_CFLAGS)

@EVO_PLUGIN_RULE@

plugin_DATA = org-gnome-vcard-inline.eplug
plugin_LTLIBRARIES = liborg-gnome-vcard-inline.la

liborg_gnome_vcard_inline_la_SOURCES = vcard-inline.c
liborg_gnome_vcard_inline_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
liborg_gnome_vcard_inline_la_LIBADD =   \
    $(top_builddir)/mail/libevolution-mail.la       \
    $(top_builddir)/addressbook/util/libeabutil.la      \
    $(top_builddir)/addressbook/gui/widgets/libeabwidgets.la        \
    $(top_builddir)/addressbook/gui/merging/libeabbookmerging.la        \
    $(top_builddir)/addressbook/printing/libecontactprint.la        \
    $(EVOLUTION_ADDRESSBOOK_LIBS)   \
    $(EVOLUTION_MAIL_LIBS)

EXTRA_DIST = org-gnome-vcard-inline.eplug.xml

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

-include $(top_srcdir)/git.mk