mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +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>
|
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.
|
||||||
|
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user