- avoid packaging conflicts with ser (both packages attempt to install same file)
@@ -4,8 +4,13 @@ include $(COREPATH)/Makefile.defs
include $(COREPATH)/Makefile.targets
auto_gen=
-NAME=sercmd
RELEASE=0.2
+UTIL_SRC_NAME=sercmd
+ifeq ($(FLAVOUR),kamailio)
+ NAME=kamcmd
+else
+ NAME=sercmd
+endif
readline_locations= /usr/include/readline/readline.h \
$(LOCALBASE)/include/readline/readline.h