aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/e-text/Makefile.am
blob: 069284a617e0667bc17695827a6533acd8df71a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INCLUDES =                  \
    -I$(top_srcdir)                         \
    -I$(top_srcdir)/widgets                 \
    $(GNOME_PLATFORM_CFLAGS)        \
        -DG_LOG_DOMAIN=\"e-text\"

noinst_LTLIBRARIES = libgal-a11y-etext.la

libgal_a11y_etext_la_SOURCES =          \
    gal-a11y-e-text-factory.c       \
    gal-a11y-e-text.c           \
    gal-a11y-e-text-factory.h       \
    gal-a11y-e-text.h

-include $(top_srcdir)/git.mk