aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/Makefile.am
blob: 7205a9090ce0abd007a72e2a036168fafffddf41 (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
# Somewhat odd looking to have "." in SUBDIRS, but apparently it works?
SUBDIRS = e-text e-table . calendar widgets addressbook

if OS_WIN32
WIN32_BOOTSTRAP_LIBS =                  \
    $(top_builddir)/win32/libemiscwidgets.la    \
    $(top_builddir)/win32/libetable.la      \
    $(top_builddir)/win32/libetext.la
endif

# for debug
#A11Y_CFLAGS += -pedantic -ansi -DACC_DEBUG -Werror

privsolib_LTLIBRARIES = libevolution-a11y.la

INCLUDES =              \
    $(A11Y_CFLAGS)

libevolution_a11y_la_SOURCES =      \
    ea-factory.h            \
    ea-cell-table.h         \
    ea-cell-table.c         \
    gal-a11y-util.c         \
    gal-a11y-util.h         \
    gal-a11y-factory.h

libevolution_a11y_la_LDFLAGS = $(NO_UNDEFINED)

libevolution_a11y_la_LIBADD =           \
    $(WIN32_BOOTSTRAP_LIBS)         \
    e-text/libgal-a11y-etext.la     \
    e-table/libgal-a11y-etable.la       \
    $(top_builddir)/e-util/libeutil.la  \
    $(EXTRA_GNOME_LIBS)
5dc550a218c478c650e88d'>- Stage supportantoine2014-01-171-7/+6 * - Convert to USES+=tkgahr2013-09-243-30/+19 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-5/+2 * - remove maintainer tags from pkg-descreadler2011-10-231-3/+0 * - Fix MASTER_SITESehaupt2011-08-081-8/+14 * - Reset Maintainer (mail bounce)miwi2011-02-26