From: Behdad Esfahbod Date: Mon, 16 Oct 2006 12:51:54 +0000 (+0000) Subject: Add $(GLIB_DEBUG_FLAGS). (#362543, Peter Kjellerstedt) X-Git-Tag: GLIB_2_13_0~203 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fb0fb2ef4ebb2bfb02e1ffcc50f0c5f431bc8ab;p=platform%2Fupstream%2Fglib.git Add $(GLIB_DEBUG_FLAGS). (#362543, Peter Kjellerstedt) 2006-10-16 Behdad Esfahbod * glib/gnulib/Makefile.am: Add $(GLIB_DEBUG_FLAGS). (#362543, Peter Kjellerstedt) --- diff --git a/ChangeLog b/ChangeLog index 55581b1..72c6813 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-16 Behdad Esfahbod + + * glib/gnulib/Makefile.am: Add $(GLIB_DEBUG_FLAGS). (#362543, + Peter Kjellerstedt) + 2006-10-15 Sebastian Wilhelmi * tests/Makefile.am: Compile errorcheck-mutex-test with thread diff --git a/glib/gnulib/Makefile.am b/glib/gnulib/Makefile.am index 66f2f4f..96c20a1 100644 --- a/glib/gnulib/Makefile.am +++ b/glib/gnulib/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to produce Makefile.in -INCLUDES = -I$(top_srcdir) +INCLUDES = -I$(top_srcdir) -DG_LOG_DOMAIN=\"GLib\" \ + $(GLIB_DEBUG_FLAGS) -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION noinst_LTLIBRARIES = libgnulib.la