diff options
author | Benjamin Otte <otte@redhat.com> | 2013-05-15 02:00:11 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-05-15 15:37:16 +0200 |
commit | 2c8e719b5a36de4998dca9a7a2f889ee054be690 (patch) | |
tree | 0f652988434a44ae1021657efd251e9abcce33b1 /tests/Makefile.am | |
parent | bdfb55c9451e59e097a0e413402f2fa86bd2ae48 (diff) | |
download | gtk+-2c8e719b5a36de4998dca9a7a2f889ee054be690.tar.gz |
build: Move tests/a11y to testsuite/a11y
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ff170b7535..d8c6faf0c8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am for gtk+/tests include $(top_srcdir)/Makefile.decl -SUBDIRS = css reftests a11y visuals +SUBDIRS = css reftests visuals AM_CPPFLAGS = \ -I$(top_srcdir) \ |