Fix make check

svn path=/trunk/; revision=7014
This commit is contained in:
Matthias Clasen 2008-06-11 18:58:56 +00:00
parent 4f2c99af79
commit f532b61fea
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2008-06-11 Matthias Clasen <mclasen@redhat.com>
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 <tml@novell.com>
* glib/giowin32.c: g_win32_error_message() works fine for the

View File

@ -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: