aboutsummaryrefslogtreecommitdiffstats
path: root/modules/spamassassin/Makefile.am
blob: 8475660319c1e1db9b9d125aaba0e892e1acfd82 (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
module_LTLIBRARIES = module-spamassassin.la

module_spamassassin_la_CPPFLAGS = \
    $(AM_CPPFLAGS)                      \
    -I$(top_srcdir)                     \
    -DG_LOG_DOMAIN=\"evolution-spamassassin\"       \
    $(EVOLUTION_DATA_SERVER_CFLAGS)             \
    $(GNOME_PLATFORM_CFLAGS)

module_spamassassin_la_SOURCES = \
    evolution-spamassassin.c

module_spamassassin_la_LIBADD = \
    $(top_builddir)/e-util/libeutil.la          \
    $(top_builddir)/mail/libevolution-mail.la       \
    $(top_builddir)/shell/libeshell.la          \
    $(top_builddir)/libemail-engine/libemail-engine.la \
    $(top_builddir)/libemail-utils/libemail-utils.la  \
    $(EVOLUTION_DATA_SERVER_LIBS)               \
    $(GNOME_PLATFORM_LIBS)

module_spamassassin_la_LDFLAGS = \
    -module -avoid-version $(NO_UNDEFINED)

-include $(top_srcdir)/git.mk