[sr-dev] git:master:c1335157: src/Makefile: Also stop compiling kamcmd from here

Daniel-Constantin Mierla miconda at gmail.com
Wed Feb 9 08:10:20 CET 2022


Module: kamailio
Branch: master
Commit: c1335157c53ca014bbeec6de312f42d955221d58
URL: https://github.com/kamailio/kamailio/commit/c1335157c53ca014bbeec6de312f42d955221d58

Author: Adrian Bunk <bunk at debian.org>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2022-02-09T08:10:15+01:00

src/Makefile: Also stop compiling kamcmd from here

---

Modified: src/Makefile

---

Diff:  https://github.com/kamailio/kamailio/commit/c1335157c53ca014bbeec6de312f42d955221d58.diff
Patch: https://github.com/kamailio/kamailio/commit/c1335157c53ca014bbeec6de312f42d955221d58.patch

---

diff --git a/src/Makefile b/src/Makefile
index 11be15fb2b..a6380c2283 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -202,7 +202,7 @@ cmodules=$(foreach mods,$(modules_dirs), $($(mods)))
 
 
 # list of utils directories that should be compiled by make utils
-C_COMPILE_UTILS=	../utils/kamcmd
+C_COMPILE_UTILS= # kamcmd is now installed by ctl
 # list of binaries that should be installed alongside
 # (they should be created after make utils, see C_COMPILE_UTILS)
 C_INSTALL_BIN=	# kamcmd is now installed by ctl




More information about the sr-dev mailing list