On Dienstag, 6. Oktober 2009, you wrote:
in the kamailio Makefile a "make distclean" actually cleans all modules, including the "not default" ones. In sr this not works, here make distclean only cleans the default modules. Was this done intentionally?
make distclean-all
Withoout -all it will work only on the configured modules (from modules.lst configured via make modules-cfg or make config).
Thanks Andrei,
this was exactly was i searching for.
Henning