summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-05 17:27:44 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-05 17:27:44 +0000
commitd3b1655142c41c1ecd0417b154c99a3c35ec338a (patch)
treeb7edbbdddcd57aa2a70778c10ca0543f041005a9 /tests
parent4cdccd7582e23920e562bad48fc500e3ed0e0c6f (diff)
downloadatk-d3b1655142c41c1ecd0417b154c99a3c35ec338a.tar.gz
Require GLib-2.0.0.
Tue Mar 5 11:55:35 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Require GLib-2.0.0. * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in: Switch over to the Glib/GTK+ versioning scheme.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9fc9faf..cb96b4b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,7 @@ lib_LTLIBRARIES = \
libteststateset.la \
libtestrelation.la
-libatk = $(top_builddir)/atk/libatk.la
+libatk = $(top_builddir)/atk/libatk-$(ATK_API_VERSION).la
INCLUDES = -I$(top_srcdir) \
-DG_DISABLE_DEPRECATED \