On Apr 20, 2009 at 14:27, Juha Heinanen jh@tutpro.com wrote:
is there a way to tell that i want to compile only a given list of modules? i don't like to list excluded modules, because if i use that, i need to keep on adding stuff to the list all the time.
make modules-cfg modules="modules/x modules/y" or make modules-cfg skip_modules="foo bar"
or just edit directly modules.lst.
If you want only kamailio modules you could try: make modules-cfg modules_dirs="modules modules_k" (but I haven't tested it yet)
Andrei