glib/Makefile.am don't comment out the include of Makefile.decl just
authorMichael Natterer <mitch@imendio.com>
Tue, 24 Jun 2008 20:29:24 +0000 (20:29 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 24 Jun 2008 20:29:24 +0000 (20:29 +0000)
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

docs/reference/ChangeLog
docs/reference/glib/Makefile.am
docs/reference/gobject/Makefile.am

index 719f9e5..adacdf9 100644 (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:
index acf90c3..3d60a71 100644 (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
 
index b3df01f..c582e79 100644 (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