From afde22c2fadc9b4394f3e352bc230020cd5cbb9f Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Wed, 31 Dec 2003 08:27:15 +0000 Subject: [PATCH] added build_ck --- tools/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/Makefile.in b/tools/Makefile.in index 41ca77d5d..f5cc8a19a 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -3,6 +3,8 @@ # $Author$ # $Date$ # +build_ck=@BUILD_CK@ + all: apps install: templates-install apps-install man-install @@ -13,7 +15,9 @@ apps: apps-install: @INSTALL@ -d @ct_bindir@ +ifeq ($(build_ck),1) @INSTALL@ ../bin/ck2cti @ct_bindir@ +endif @INSTALL@ ../bin/cti2ctml @ct_bindir@ man-install: