Add $(GLIB_DEBUG_FLAGS). (#362543, Peter Kjellerstedt)
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 16 Oct 2006 12:51:54 +0000 (12:51 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 16 Oct 2006 12:51:54 +0000 (12:51 +0000)
2006-10-16  Behdad Esfahbod  <behdad@gnome.org>

        * glib/gnulib/Makefile.am: Add $(GLIB_DEBUG_FLAGS).  (#362543,
        Peter Kjellerstedt)

ChangeLog
glib/gnulib/Makefile.am

index 55581b1..72c6813 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-16  Behdad Esfahbod  <behdad@gnome.org>
+
+       * glib/gnulib/Makefile.am: Add $(GLIB_DEBUG_FLAGS).  (#362543,
+       Peter Kjellerstedt)
+
 2006-10-15  Sebastian Wilhelmi  <seppi@seppi.de>
 
        * tests/Makefile.am: Compile errorcheck-mutex-test with thread
index 66f2f4f..96c20a1 100644 (file)
@@ -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