[sr-dev] git:master: Makefile: install kamctl for kamailio flavour

Daniel-Constantin Mierla miconda at gmail.com
Thu Jan 28 14:43:47 CET 2010


Module: sip-router
Branch: master
Commit: 17a1dd071d3b267817885921a5a6177af6f79dcf
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=17a1dd071d3b267817885921a5a6177af6f79dcf

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Thu Jan 28 13:52:00 2010 +0100

Makefile: install kamctl for kamailio flavour

---

 Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 37bc4c5..be0b339 100644
--- a/Makefile
+++ b/Makefile
@@ -426,7 +426,11 @@ C_INSTALL_BIN=	# sercmd is now installed by ctl
 
 # which utils know to install themselves and should be installed
 # along the core (list of utils directories)
+ifeq ($(FLAVOUR),kamailio)
+C_INSTALL_UTILS= utils/kamctl
+else
 C_INSTALL_UTILS=
+endif
 # list of scripts that should be installed along the core 
 # (here a script is something that doesn't have a Makefile)
 C_INSTALL_SCRIPTS=




More information about the sr-dev mailing list