summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2002-10-15 22:16:57 +0000
committerManish Singh <yosh@src.gnome.org>2002-10-15 22:16:57 +0000
commitd1f37d50530b75fdfd63b0789a1af0ec9a844295 (patch)
tree4714d0222d684fbe101146d84d5d68031ed827ec /gmodule
parent1565a2027eb99c15a8520c48ac9097de82c170a5 (diff)
downloadglib-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 'gmodule')
-rw-r--r--gmodule/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am
index f276d4bf8..0db06b9b1 100644
--- a/gmodule/Makefile.am
+++ b/gmodule/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib -I$(top_srcdir)/gmodule \
- -DG_LOG_DOMAIN=\"GModule\" @GLIB_DEBUG_FLAGS@
+ -DG_LOG_DOMAIN=\"GModule\" @GLIB_DEBUG_FLAGS@ -DG_DISABLE_DEPRECATED
EXTRA_DIST = \
makefile.mingw.in \