Module: sip-router Branch: master Commit: f821c005ab3c8db522394b24d9b6213f8086e50d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f821c005...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Aug 16 18:31:58 2010 +0200
makefile: for kamailio flavour define AS support
- needed by seas module
---
Makefile.defs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Makefile.defs b/Makefile.defs index 73edb4b..e8a1a21 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -146,6 +146,8 @@ CFG_NAME=kamailio KMSTATS ?= 1 # fast malloc statistics on FMSTATS ?= 1 +# application server support on +WITHAS ?= 1 else # default: # main binary name MAIN_NAME=sip-router @@ -699,6 +701,9 @@ endif ifeq ($(FMSTATS), 1) C_DEFS+= -DMALLOC_STATS endif +ifeq ($(WITHAS), 1) + C_DEFS+= -DWITH_AS_SUPPORT +endif
ifneq ($(STUN),) C_DEFS+= -DUSE_STUN