svn path=/trunk/; revision=5430
This commit is contained in:
Matthias Clasen 2007-03-21 16:49:35 +00:00
parent 46d22e511a
commit 50abe4cb2e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-03-21 Matthias Clasen <mclasen@redhat.com>
* glib/pcre/Makefile.am: Make builddir != srcdir work. (#419900)
2007-03-19 Paolo Borelli <pborelli@katamail.com>
* glib/gutf8.c (fast_validate_len): remove unneeded checks.

View File

@ -14,6 +14,7 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(srcdir) \
-I$(top_srcdir)/glib \
-I$(top_builddir)/glib \
@GLIB_DEBUG_FLAGS@ \
-DG_DISABLE_DEPRECATED \
-DGLIB_COMPILATION \