gtk: Move a11y tests fro a11y/tests to tests/a11y

This commit is contained in:
Benjamin Otte 2011-06-14 22:27:11 +02:00 committed by Matthias Clasen
parent 48b9521cbb
commit 8c32d2d516
27 changed files with 3 additions and 3 deletions

View File

@ -1738,8 +1738,8 @@ gtk/makefile.msc
gtk/gtkversion.h
gtk/gtk-win32.rc
gtk/a11y/Makefile
gtk/a11y/tests/Makefile
gtk/tests/Makefile
gtk/tests/a11y/Makefile
libgail-util/Makefile
modules/Makefile
modules/engines/Makefile

View File

@ -1,7 +1,5 @@
include $(top_srcdir)/Makefile.decl
SUBDIRS = tests
if PLATFORM_WIN32
no_undefined = -no-undefined
endif

View File

@ -1,5 +1,7 @@
include $(top_srcdir)/Makefile.decl
SUBDIRS = a11y
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir)/gdk \