aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/e-text/Makefile.am
blob: 726b15157c64011e67262a95ec367934bf94d36e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AM_CPPFLAGS =                   \
    -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