Fix builddir != srcdir
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 7 Nov 2007 16:27:41 +0000 (16:27 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 7 Nov 2007 16:27:41 +0000 (16:27 +0000)
svn path=/trunk/; revision=5806

ChangeLog
glib/pcre/Makefile.am

index f731dc0..ffee940 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * glib/update-pcre/notdll.patch: Not needed, just use -DPCRE_STATIC.
index cad7f05..c5aedb6 100644 (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 \