[SR-Dev] exlude module from the compilation

Jan Janak jan at iptel.org
Thu Mar 12 12:51:37 CET 2009


On 11-03 11:30, Henning Westerholt wrote:
> Hi,
> 
> is there any equivalent to the "exlude_modules" parameter in Makefiles.defs in 
> the sr tree? For some modules that are contained in the 'all' branch 
> of 'kamailio-3.0' i don't have dependencies installed, and i would like to 
> skip them on 'make all'.

There is no need to modify the makefile. You can do:

 $ make config exclude_modules="abc"

and the makefile system will remember that you wanted to exclude the module
from compilation every time you run 'make all'.

You can specify more modules separated by white space in the value of
exclude_modules above.

   Jan.



More information about the sr-dev mailing list