Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Fix make check
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=7014
  • Loading branch information
Matthias Clasen committed Jun 11, 2008
1 parent 4f2c99a commit f532b61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions glib/pcre/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include $(top_srcdir)/Makefile.decl

INCLUDES = \
-DG_LOG_DOMAIN=\"GLib-GRegex\" \
-DSUPPORT_UCP \
Expand Down Expand Up @@ -62,5 +64,3 @@ EXTRA_DIST = \
COPYING \
makefile.msc

# automake workaround
test:

0 comments on commit f532b61

Please sign in to comment.