From: Matthias Clasen Date: Wed, 11 Jun 2008 18:58:56 +0000 (+0000) Subject: Fix make check X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f532b61fea36de4b618a55f3201250eec8fafd31;p=dana%2Fcg-glib.git Fix make check svn path=/trunk/; revision=7014 --- diff --git a/ChangeLog b/ChangeLog index 9849fd98..f382142f 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 bbea2e49..78a76b14 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: