I pushed a small patch that allows specifying the name from command line, like:
cd utils/kamcmd/
make NAME=mykamcmd ...
I am also fine if one wants to add extra options that will allow building the name with other variables, a.s.o.
Cheers, Daniel
On 10/12/2016 07:19, Juha Heinanen wrote:
Found the reason for the cleaning loop. It was caused by local renaming of kamcmd command. I need to do the rename, since I can have several kamailios running on the same host and each needs its own kamcmd command. It would be nice if $(MAIN_NAME) would also have effect on the name of kamcmd command.
-- Juha