mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Fix make check
svn path=/trunk/; revision=7014
This commit is contained in:
parent
4f2c99af79
commit
f532b61fea
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user