From 496e8ed215db4e190db1ea26b6482156d4e8d4b5 Mon Sep 17 00:00:00 2001 From: billh Date: Thu, 9 May 2002 13:01:38 +0000 Subject: [PATCH] Build fix; removed unneeded dependency from simple-at in test directory. Revved version to 0.13.1 git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@291 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- ChangeLog | 8 ++++++++ configure.in | 2 +- test/Makefile.am | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75c98dd..17b24e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,14 @@ 2002-05-08 Bill Haneman + * test/Makefile.am: + Removed unnecessary dependency on libutil. + + * configure.in: + Revved micro version: 0.13.1 + +2002-05-08 Bill Haneman + * configure.in: Removed util/Makefile from targets. diff --git a/configure.in b/configure.in index 2f6a356..aa14b1b 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_INIT(idl/Accessibility.idl) AT_SPI_MAJOR_VERSION=0 AT_SPI_MINOR_VERSION=13 -AT_SPI_MICRO_VERSION=0 +AT_SPI_MICRO_VERSION=1 AT_SPI_INTERFACE_AGE=0 AT_SPI_BINARY_AGE=0 AT_SPI_VERSION="$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION.$AT_SPI_MICRO_VERSION" diff --git a/test/Makefile.am b/test/Makefile.am index f03064d..49020da 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -30,6 +30,6 @@ DEBUG_CFLAGS=-DSPI_DEBUG CFLAGS += $(TESTS_CFLAGS) $(DEBUG_CFLAGS) -LDADD = ../util/libat-util.la ../libspi/libspi.la ../cspi/libcspi.la $(TESTS_LIBS) $(X_LIBS) +LDADD = ../libspi/libspi.la ../cspi/libcspi.la $(TESTS_LIBS) $(X_LIBS) TESTS = test-simple -- 2.7.4