summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--atk/Makefile.am1
-rw-r--r--tests/Makefile.am1
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 038c2e0..1dd2a25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * atk/Makefile.am, tests/Makefile.am: Compile with
+ -DG_DISABLE_DEPRECATED. See #52790.
+
2001-12-11 Padraig O'Briain <padraig.obriain@sun.com>
* 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)