aboutsummaryrefslogtreecommitdiffstats
path: root/modules/text-highlight/Makefile.am
blob: 44d32244f1a96cfc25b6fffb005badb0ae9b9cd4 (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
29
30
31
32
33
34
35
module_LTLIBRARIES = module-text-highlight.la

module_text_highlight_la_CPPFLAGS =                 \
    $(AM_CPPFLAGS)                          \
    -I$(top_srcdir)                         \
    -DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\"            \
    -DG_LOG_DOMAIN=\"evolution-module-text-highlight\"      \
    $(EVOLUTION_DATA_SERVER_CFLAGS)                 \
    $(GNOME_PLATFORM_CFLAGS)                    \
    $(GTKHTML_CFLAGS)

module_text_highlight_la_SOURCES =                  \
    e-mail-display-popup-text-highlight.c               \
    e-mail-display-popup-text-highlight.h               \
    e-mail-formatter-text-highlight.c               \
    e-mail-formatter-text-highlight.h               \
    e-mail-parser-text-highlight.c                  \
    e-mail-parser-text-highlight.h                  \
    evolution-module-text-highlight.c               \
    languages.c                         \
    languages.h

module_text_highlight_la_LIBADD =                   \
    $(top_builddir)/e-util/libevolution-util.la         \
    $(top_builddir)/mail/libevolution-mail.la           \
    $(top_builddir)/em-format/libemformat.la            \
    $(top_builddir)/shell/libeshell.la              \
    $(EVOLUTION_DATA_SERVER_LIBS)                   \
    $(GNOME_PLATFORM_LIBS)                      \
    $(GTKHTML_LIBS)

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

-include $(top_srcdir)/git.mk