From: Sebastian Wilhelmi Date: Thu, 13 Dec 2001 17:21:22 +0000 (+0000) Subject: Compile with -DG_DISABLE_DEPRECATED. See #52790. X-Git-Tag: ATK_0_8~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83d34bc142668aa7d61fdc8b8eee4c0403466f19;p=platform%2Fupstream%2Fatk.git Compile with -DG_DISABLE_DEPRECATED. See #52790. 2001-12-13 Sebastian Wilhelmi * atk/Makefile.am, tests/Makefile.am: Compile with -DG_DISABLE_DEPRECATED. See #52790. --- diff --git a/ChangeLog b/ChangeLog index 038c2e0..1dd2a25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-13 Sebastian Wilhelmi + + * atk/Makefile.am, tests/Makefile.am: Compile with + -DG_DISABLE_DEPRECATED. See #52790. + 2001-12-11 Padraig O'Briain * atk/atkcomponent.c (atk_component_ref_accessible_at_position): diff --git a/atk/Makefile.am b/atk/Makefile.am index ede7490..d0743a4 100644 --- a/atk/Makefile.am +++ b/atk/Makefile.am @@ -65,6 +65,7 @@ MAINTAINERCLEANFILES += \ INCLUDES = \ -I$(top_srcdir) \ + -DG_DISABLE_DEPRECATED \ @DEP_CFLAGS@ LDFLAGS = \ diff --git a/tests/Makefile.am b/tests/Makefile.am index 33d4bb8..9fc9faf 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,6 +6,7 @@ lib_LTLIBRARIES = \ libatk = $(top_builddir)/atk/libatk.la INCLUDES = -I$(top_srcdir) \ + -DG_DISABLE_DEPRECATED \ @DEP_CFLAGS@ DEPS = \ $(libatk)