[SR-Dev] compile only a given list of modules

Andrei Pelinescu-Onciul andrei at iptel.org
Mon Apr 20 14:37:17 CEST 2009


On Apr 20, 2009 at 14:27, Juha Heinanen <jh at 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



More information about the sr-dev mailing list