mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01: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:
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>
|
||||
|
||||
* glib/Makefile.am:
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user