diff --git a/ChangeLog b/ChangeLog index 9849fd98d..f382142f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-06-11 Matthias Clasen + + Bug 529321 – make check fails in glib/pcre + + * glib/pcre/Makefile.am: include Makefile.decl to fix 'make check'. + Patch by Hiroyuki Ikezoe + 2008-06-11 Tor Lillqvist * glib/giowin32.c: g_win32_error_message() works fine for the diff --git a/glib/pcre/Makefile.am b/glib/pcre/Makefile.am index bbea2e498..78a76b143 100644 --- a/glib/pcre/Makefile.am +++ b/glib/pcre/Makefile.am @@ -1,3 +1,5 @@ +include $(top_srcdir)/Makefile.decl + INCLUDES = \ -DG_LOG_DOMAIN=\"GLib-GRegex\" \ -DSUPPORT_UCP \ @@ -62,5 +64,3 @@ EXTRA_DIST = \ COPYING \ makefile.msc -# automake workaround -test: