added build_ck
This commit is contained in:
parent
9ccf267c94
commit
afde22c2fa
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue