summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2001-12-13 17:21:22 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2001-12-13 17:21:22 +0000
commit83d34bc142668aa7d61fdc8b8eee4c0403466f19 (patch)
tree8f1250ab09e91589a44ca647119abf4429a89886 /tests
parent995772573e34a8e237ace1deab00251fe796944e (diff)
downloadatk-83d34bc142668aa7d61fdc8b8eee4c0403466f19.tar.gz
Compile with -DG_DISABLE_DEPRECATED. See #52790.
2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * atk/Makefile.am, tests/Makefile.am: Compile with -DG_DISABLE_DEPRECATED. See #52790.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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)