diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2000-10-25 10:58:46 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2000-10-25 10:58:46 +0000 |
commit | b13320f78ba3b484a26b6430152b35aaac24ff10 (patch) | |
tree | b855c10cfd8e7dd8732e609b28e98cb93bd25fe7 /gthread/Makefile.am | |
parent | 151fa40582647ab1b8ac9577e4b52c1175b8060d (diff) |
Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_ENABLE_DEBUG as
2000-10-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am : Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing
-DG_ENABLE_DEBUG as needed in gthread-posix.c.
* gthread-posix.c: Revamped error handling for native thread
function calls. Now EPERM errors are ignored for some commands and
only a warning message is output once (at first occurrence).
Diffstat (limited to 'gthread/Makefile.am')
-rw-r--r-- | gthread/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gthread/Makefile.am b/gthread/Makefile.am index a6936ebed..41750af03 100644 --- a/gthread/Makefile.am +++ b/gthread/Makefile.am @@ -1,7 +1,8 @@ ## Process this file with automake to produce Makefile.in INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gthread \ - -DG_LOG_DOMAIN=\"GThread\" @GTHREAD_COMPILE_IMPL_DEFINES@ + -DG_LOG_DOMAIN=\"GThread\" @GTHREAD_COMPILE_IMPL_DEFINES@ \ + @GLIB_DEBUG_FLAGS@ EXTRA_DIST = \ makefile.mingw.in \ |