[SR-Dev] [PATCH 3/3] Neither compile nor install sercmd.

Jan Janak jan at iptel.org
Mon Feb 16 13:57:55 CET 2009


We need to disable sercmd compilation and installation for now, because it
depends on some header files from ctl module which are not in the
sip-router repository yet.

Signed-off-by: Jan Janak <jan at iptel.org>
---
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index ba4f79e..7fefc0a 100644
--- a/Makefile
+++ b/Makefile
@@ -268,8 +268,8 @@ modules_basenames=$(shell echo $(modules)| \
 
 # which utils need compilation (directory path) and which to install
 # (full path including file name)
-utils_compile=	utils/gen_ha1 utils/sercmd
-utils_bin_install=	utils/gen_ha1/gen_ha1 utils/sercmd/sercmd
+utils_compile=	utils/gen_ha1 #utils/sercmd
+utils_bin_install=	utils/gen_ha1/gen_ha1 #utils/sercmd/sercmd
 utils_script_install=
 
 # This is the list of files to be installed into the arch-independent
-- 
1.5.6.5



More information about the sr-dev mailing list