Bug 529321 – make check fails in glib/pcre

* glib/pcre/Makefile.am: include Makefile.decl to fix 'make check'.
        Patch by Hiroyuki Ikezoe


svn path=/branches/glib-2-16/; revision=7113
This commit is contained in:
Matthias Clasen 2008-06-30 22:25:21 +00:00
parent ed3b351c49
commit 3602dcca46
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2008-06-30 Matthias Clasen <mclasen@redhat.com>
Backport from trunk:
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-30 Matthias Clasen <mclasen@redhat.com>
Backport from trunk:

View File

@ -1,3 +1,5 @@
include $(top_srcdir)/Makefile.decl
INCLUDES = \
-DG_LOG_DOMAIN=\"GLib-GRegex\" \
-DSUPPORT_UCP \