From 3fb0fb2ef4ebb2bfb02e1ffcc50f0c5f431bc8ab Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 16 Oct 2006 12:51:54 +0000 Subject: [PATCH] Add $(GLIB_DEBUG_FLAGS). (#362543, Peter Kjellerstedt) 2006-10-16 Behdad Esfahbod * glib/gnulib/Makefile.am: Add $(GLIB_DEBUG_FLAGS). (#362543, Peter Kjellerstedt) --- ChangeLog | 5 +++++ glib/gnulib/Makefile.am | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 55581b1c..72c68137 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 66f2f4ff..96c20a17 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 -- 2.34.1