diff --git a/ChangeLog b/ChangeLog index 441b35d4d..1cf3304b8 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 66f2f4ffe..96c20a178 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