diff options
author | Michael Natterer <mitch@imendio.com> | 2008-05-05 15:04:00 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-05 15:04:00 +0000 |
commit | b6cf0addba9a6e0e8b2692950af166a31469b9c0 (patch) | |
tree | d2a58f3ace310664df34bcde8c714078d53caed2 /gobject | |
parent | e0aa9d8a6135d404fe1ff60ba6858599e85edf98 (diff) | |
download | glib-b6cf0addba9a6e0e8b2692950af166a31469b9c0.tar.gz |
Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from
2008-05-05 Michael Natterer <mitch@imendio.com>
* Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent
code from being checked in that breaks the build of applications
which use G_DISABLE_SINGLE_INCLUDES.
svn path=/trunk/; revision=6876
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/ChangeLog | 6 | ||||
-rw-r--r-- | gobject/Makefile.am | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 8bcd47e49..5360c58e3 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,9 @@ +2008-05-05 Michael Natterer <mitch@imendio.com> + + * Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent + code from being checked in that breaks the build of applications + which use G_DISABLE_SINGLE_INCLUDES. + 2008-03-16 Tor Lillqvist <tml@novell.com> * Makefile.am: Define gobject_def locally here instead of using an diff --git a/gobject/Makefile.am b/gobject/Makefile.am index 4d59fc035..2274f9f83 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -13,6 +13,7 @@ AM_CPPFLAGS = \ -I$(top_builddir) \ $(GLIB_DEBUG_FLAGS) \ -DG_DISABLE_DEPRECATED \ + -DG_DISABLE_SINGLE_INCLUDES \ -DGOBJECT_COMPILATION \ -DG_DISABLE_CONST_RETURNS |