aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/Makefile.am
blob: c98e486e7f952af0cb4b3ceb1dc3268eb7305fdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS = . calendar widgets addressbook

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

privlib_LTLIBRARIES = libevolution-a11y.la

INCLUDES =                                              \
        -I$(top_srcdir)/a11y                            \
        $(A11Y_CFLAGS)

libevolution_a11y_la_SOURCES =              \
        ea-factory.h                            \
        ea-cell-table.h                         \
        ea-cell-table.c