From 6dff191c9e42a8552124534fc585b2e1c630366a Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Mon, 26 Oct 2009 09:08:27 +0000 Subject: [PATCH] 2009-26-10 Mark Doffman Remove cspi from the builds as it is not currently functional. --- Makefile.am | 2 +- configure.ac | 4 ---- tests/Makefile.am | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index c3bb9f9..a05ffab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS=common atk-adaptor cspi tests +SUBDIRS=common atk-adaptor tests diff --git a/configure.ac b/configure.ac index 860db2e..05388f8 100644 --- a/configure.ac +++ b/configure.ac @@ -99,13 +99,9 @@ fi AC_SUBST(EXTRA_SOCKET_LIBS) AC_CONFIG_FILES([Makefile - pkgconfig/cspi-1.0.pc - pkgconfig/cspi-1.0-uninstalled.pc common/Makefile atk-adaptor/Makefile - cspi/Makefile tests/Makefile - tests/cspi/Makefile ]) AC_OUTPUT diff --git a/tests/Makefile.am b/tests/Makefile.am index 0f4206f..741f850 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1 +1 @@ -SUBDIRS = cspi +SUBDIRS = -- 2.7.4