mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
committed by
Michael Natterer
parent
96f99d334d
commit
25e2e9fa28
@@ -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>
|
2008-06-22 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* glib/Makefile.am:
|
* glib/Makefile.am:
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
#include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = 1.6
|
AUTOMAKE_OPTIONS = 1.6
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## 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
|
AUTOMAKE_OPTIONS = 1.6
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user