aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/Makefile.am
blob: e035d8714dbb8a6ecc243b2651dfcf6182d61a00 (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
36
37
38
39
40
41
INCLUDES =                  \
    -I$(top_srcdir)             \
    -I$(top_srcdir)/widgets         \
    $(E_UTIL_CFLAGS)            \
    $(GNOME_PLATFORM_CFLAGS)        \
    -DG_LOG_DOMAIN=\"e-text\"


privsolib_LTLIBRARIES = libetext.la

libetext_la_SOURCES =               \
    e-text-model-repos.c            \
    e-text-model.c              \
    e-text.c                \
    e-reflow.c              \
    e-reflow-model.c            \
    a11y/gal-a11y-e-text-factory.c      \
    a11y/gal-a11y-e-text.c

libetextincludedir = $(privincludedir)/text

libetextinclude_HEADERS =           \
    e-text-model-repos.h            \
    e-text-model.h              \
    e-text.h                \
    e-reflow.h              \
    e-reflow-model.h            \
    a11y/gal-a11y-e-text-factory.h      \
    a11y/gal-a11y-e-text.h

libetext_la_LDFLAGS = $(NO_UNDEFINED)

libetext_la_LIBADD =                    \
    $(top_builddir)/a11y/libevolution-a11y.la   \
    $(top_builddir)/e-util/libeutil.la      \
    $(top_builddir)/widgets/misc/libemiscwidgets.la \
    $(E_UTIL_LIBS)                  \
    $(GNOME_PLATFORM_LIBS)              \
    $(REGEX_LIBS)

-include $(top_srcdir)/git.mk