mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 00:46:16 +01:00
Add $(GLIB_DEBUG_FLAGS). (#362543, Peter Kjellerstedt)
2006-10-16 Behdad Esfahbod <behdad@gnome.org> * glib/gnulib/Makefile.am: Add $(GLIB_DEBUG_FLAGS). (#362543, Peter Kjellerstedt)
This commit is contained in:
parent
38c633aed6
commit
3fb0fb2ef4
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user