From fe095eccfe635cf1a006c3a987a292947c85124d Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 5 Jan 2008 23:21:36 +0000 Subject: [PATCH] Include Makefile.decl, to make sure that make test-report works properly 2008-01-05 Johan Dahlin * modules/other/gail/tests/Makefile.am: Include Makefile.decl, to make sure that make test-report works properly svn path=/trunk/; revision=19308 --- ChangeLog | 5 +++++ modules/other/gail/tests/Makefile.am | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index f5fb2ee58..01a7214ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-05 Johan Dahlin + + * modules/other/gail/tests/Makefile.am: Include Makefile.decl, + to make sure that make test-report works properly + 2008-01-05 Christian Persch * tests/defaultvaluetest.c: Fix mem leak, and don't pass diff --git a/modules/other/gail/tests/Makefile.am b/modules/other/gail/tests/Makefile.am index d7af911fd..9039896ed 100644 --- a/modules/other/gail/tests/Makefile.am +++ b/modules/other/gail/tests/Makefile.am @@ -1,3 +1,6 @@ +## Makefile.am for gtk+/tests +include $(top_srcdir)/Makefile.decl + if OS_WIN32 no_undefined = -no-undefined endif