]> Pileus Git - ~andy/gtk/blob - tests/a11y/Makefile.am
Revert "Add a testcase with a print dialog"
[~andy/gtk] / tests / a11y / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 TEST_PROGS += accessibility-dump
4
5 check_PROGRAMS = $(TEST_PROGS)
6
7 accessibility_dump_CFLAGS = \
8         -I$(top_srcdir)                 \
9         -I$(top_builddir)/gdk           \
10         -I$(top_srcdir)/gdk             \
11         -DGDK_DISABLE_DEPRECATED        \
12         -DGTK_DISABLE_DEPRECATED        \
13         $(GTK_DEBUG_FLAGS)              \
14         $(GTK_DEP_CFLAGS)
15
16 accessibility_dump_LDADD = \
17         $(top_builddir)/gdk/libgdk-3.la \
18         $(top_builddir)/gtk/libgtk-3.la \
19         $(GTK_DEP_LIBS)
20
21 accessibility_dump_SOURCES = \
22         accessibility-dump.c
23
24 EXTRA_DIST += \
25         hello-world.ui hello-world.txt \
26         mnemonic.ui mnemonic.txt \
27         accessible-name.ui accessible-name.txt \
28         notebook.ui notebook.txt \
29         range.ui range.txt \
30         link.ui link.txt \
31         text.ui text.txt \
32         tree.ui tree.txt \
33         buttons.ui buttions.txt \
34         colorchooser.ui colorchooser.txt \
35         about.ui about.txt \
36         appchooser.ui appchooser.txt \
37         messagedialog.ui messagedialog.txt \
38         expander.ui expander.txt \
39         assistant.ui assistant.txt