From cc16ebe3e5a897d7892a6a72a6f9a64b70a8e475 Mon Sep 17 00:00:00 2001 From: maroy Date: Sun, 31 Oct 2004 10:18:35 +0000 Subject: [PATCH] updated tools_setup target to include the helix library as well --- livesupport/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/livesupport/Makefile b/livesupport/Makefile index ead6bc439..7b20fef28 100644 --- a/livesupport/Makefile +++ b/livesupport/Makefile @@ -21,7 +21,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.6 $ +# Version : $Revision: 1.7 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/Attic/Makefile,v $ #------------------------------------------------------------------------------- @@ -68,6 +68,8 @@ XMLRPCXX_DIR = ${TOOLS_DIR}/xmlrpc++ XMLRPCXX_VERSION = xmlrpc++-20040713 LCOV_DIR = ${TOOLS_DIR}/lcov LCOV_VERSION = lcov-1.3 +HELIX_DIR = ${TOOLS_DIR}/helix +HELIX_VERSION = all_clients_nodist-helix-20041010 MODULES_DIR = ${BASE_DIR}/modules CORE_DIR = ${MODULES_DIR}/core @@ -125,6 +127,7 @@ tools_setup: ${LIBODBCXX_DIR}/${LIBODBCXX_VERSION}/bin/install.sh ${XMLRPCXX_DIR}/${XMLRPCXX_VERSION}/bin/install.sh ${LCOV_DIR}/${LCOV_VERSION}/bin/install.sh + ${HELIX_DIR}/${HELIX_VERSION}/bin/install.sh modules_setup: ${CORE_DIR}/bin/autogen.sh