projects
/
kamailio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17d579c
)
src/Makefile: Also stop compiling kamcmd from here
author
Adrian Bunk
<bunk@debian.org>
Tue, 8 Feb 2022 15:03:57 +0000
(17:03 +0200)
committer
Victor Seva
<vseva@debian.org>
Thu, 10 Feb 2022 10:51:37 +0000
(10:51 +0000)
Gbp-Pq: Name 0001-src-Makefile-Also-stop-compiling-kamcmd-from-here.patch
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index 14cc0d7e50e209e92ae26ba5e798fc67efc0a0d7..3c8dcdafbcf844309b00decc09a4fd936e94dda0 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-204,7
+204,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