diff options
author | Manish Singh <yosh@gimp.org> | 2002-10-15 22:16:57 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2002-10-15 22:16:57 +0000 |
commit | d1f37d50530b75fdfd63b0789a1af0ec9a844295 (patch) | |
tree | 4714d0222d684fbe101146d84d5d68031ed827ec /gthread/Makefile.am | |
parent | 1565a2027eb99c15a8520c48ac9097de82c170a5 (diff) | |
download | glib-d1f37d50530b75fdfd63b0789a1af0ec9a844295.tar.gz |
add -DG_DISABLED_DEPRECATED
Tue Oct 15 15:07:45 2002 Manish Singh <yosh@gimp.org>
* gmodule/Makefile.am gobject/Makefile.am gthread/Makefile.am:
add -DG_DISABLED_DEPRECATED
* tests/gio-test.c tests/mainloop-test.c tests/string-test.c
tests/testglib.c test/tree-test.c tests/unicode-collate.c
tests/unicode-normalize.c: Deprecation cleanup
Diffstat (limited to 'gthread/Makefile.am')
-rw-r--r-- | gthread/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gthread/Makefile.am b/gthread/Makefile.am index 2a9e31ebd..54eb4ab6a 100644 --- a/gthread/Makefile.am +++ b/gthread/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib -I$(top_srcdir)/gthread \ -DG_LOG_DOMAIN=\"GThread\" @GTHREAD_COMPILE_IMPL_DEFINES@ \ - @GLIB_DEBUG_FLAGS@ + @GLIB_DEBUG_FLAGS@ -DG_DISABLE_DEPRECATED EXTRA_DIST = \ makefile.mingw.in \ |