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