Fix builddir != srcdir

svn path=/trunk/; revision=5806
This commit is contained in:
Matthias Clasen 2007-11-07 16:27:41 +00:00
parent 7d2ec70a49
commit e346a16571
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-11-07 Matthias Clasen <mclasen@redhat.com>
* glib/pcre/Makefile.am: Add an include to fix builddir != srcdir
builds. (#494602, Yevgen Muntyan)
2007-11-07 Tor Lillqvist <tml@novell.com> 2007-11-07 Tor Lillqvist <tml@novell.com>
* glib/update-pcre/notdll.patch: Not needed, just use -DPCRE_STATIC. * glib/update-pcre/notdll.patch: Not needed, just use -DPCRE_STATIC.

View File

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