Include Makefile.decl, to make sure that make test-report works properly

2008-01-05  Johan Dahlin  <johan@gnome.org>

	* modules/other/gail/tests/Makefile.am: Include Makefile.decl,
	to make sure that make test-report works properly


svn path=/trunk/; revision=19308
This commit is contained in:
Johan Dahlin 2008-01-05 23:21:36 +00:00 committed by Johan Dahlin
parent 7d72a3edb9
commit fe095eccfe
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-01-05 Johan Dahlin <johan@gnome.org>
* modules/other/gail/tests/Makefile.am: Include Makefile.decl,
to make sure that make test-report works properly
2008-01-05 Christian Persch <chpe@gnome.org>
* tests/defaultvaluetest.c: Fix mem leak, and don't pass

View File

@ -1,3 +1,6 @@
## Makefile.am for gtk+/tests
include $(top_srcdir)/Makefile.decl
if OS_WIN32
no_undefined = -no-undefined
endif