Compile with -DG_DISABLE_DEPRECATED. See #52790.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 13 Dec 2001 17:21:22 +0000 (17:21 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 13 Dec 2001 17:21:22 +0000 (17:21 +0000)
2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* atk/Makefile.am, tests/Makefile.am: Compile with
-DG_DISABLE_DEPRECATED. See #52790.

ChangeLog
atk/Makefile.am
tests/Makefile.am

index 038c2e0..1dd2a25 100644 (file)
--- 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):
index ede7490..d0743a4 100644 (file)
@@ -65,6 +65,7 @@ MAINTAINERCLEANFILES +=       \
 
 INCLUDES = \
        -I$(top_srcdir)         \
+       -DG_DISABLE_DEPRECATED  \
        @DEP_CFLAGS@
 
 LDFLAGS =  \
index 33d4bb8..9fc9faf 100644 (file)
@@ -6,6 +6,7 @@ lib_LTLIBRARIES = \
 libatk = $(top_builddir)/atk/libatk.la
 
 INCLUDES = -I$(top_srcdir)     \
+       -DG_DISABLE_DEPRECATED  \
        @DEP_CFLAGS@
 DEPS = \
        $(libatk)