glib/Makefile.am don't comment out the include of Makefile.decl just

2008-06-24  Michael Natterer  <mitch@imendio.com>

	* glib/Makefile.am
	* gobject/Makefile.am: don't comment out the include of
	Makefile.decl just because there are no tests. It needs to be
	included in each Makefile.am or make check will fail.


svn path=/trunk/; revision=7098
This commit is contained in:
Michael Natterer 2008-06-24 20:29:24 +00:00 committed by Michael Natterer
parent 96f99d334d
commit 25e2e9fa28
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2008-06-24 Michael Natterer <mitch@imendio.com>
* glib/Makefile.am
* gobject/Makefile.am: don't comment out the include of
Makefile.decl just because there are no tests. It needs to be
included in each Makefile.am or make check will fail.
2008-06-22 Stefan Kost <ensonic@users.sf.net>
* glib/Makefile.am:

View File

@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
#include $(top_srcdir)/Makefile.decl
include $(top_srcdir)/Makefile.decl
AUTOMAKE_OPTIONS = 1.6

View File

@ -1,6 +1,5 @@
## Process this file with automake to produce Makefile.in
# we have no tests here
#include $(top_srcdir)/Makefile.decl
include $(top_srcdir)/Makefile.decl
AUTOMAKE_OPTIONS = 1.6