summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2003-03-20 10:38:40 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2003-03-20 10:38:40 +0000
commitf0877d207290ffee0f0a6f770b744cd45eab4c69 (patch)
tree1ad65e134764319fbeca85a874760d9610f30c9d /tests
parentc74d3981026bbac6575bfca6406b102e06083a70 (diff)
downloadatk-f0877d207290ffee0f0a6f770b744cd45eab4c69.tar.gz
update to call automake-1.7, libtoolize, gtkdocize and glib-gettextize.
2003-03-20 James Henstridge <james@daa.com.au> * autogen.sh: update to call automake-1.7, libtoolize, gtkdocize and glib-gettextize. * configure.in: cleanup to make use of newer autoconf/automake features. * Makefile.am: get rid of custom distcheck rule, which is no longer necessary. * atk/Makefile.am: cleanup makefile. Use BUILT_SOURCES for built sources. * docs/Makefile.am: use common gtk-doc.make. * docs/atk-docs.sgml: update to use gtk-doc's XML mode.
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 8e3317f..89dfc21 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -7,7 +7,7 @@ libatk = $(top_builddir)/atk/libatk-$(ATK_API_VERSION).la
INCLUDES = -I$(top_srcdir) \
-DG_DISABLE_DEPRECATED \
- @DEP_CFLAGS@
+ $(DEP_CFLAGS)
DEPS = \
$(libatk)