Module: sip-router Branch: master Commit: 42b8c977416847c50f2937f987bcc06d73ed4ae4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=42b8c977...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Fri May 29 18:50:20 2009 +0300
* modules_k/acc: included Makefile.radius
* Included Makefile.radius if RADIUS accounting is enabled.
---
modules_k/acc/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules_k/acc/Makefile b/modules_k/acc/Makefile index ee6d3ff..24dd19f 100644 --- a/modules_k/acc/Makefile +++ b/modules_k/acc/Makefile @@ -17,8 +17,8 @@ DEFS+=-DSQL_ACC # (uncomment next line or 'ENABLE_RADIUS_ACC=true make all') #ENABLE_RADIUS_ACC=true ifeq ($(ENABLE_RADIUS_ACC),true) -DEFS+=-DRAD_ACC -I$(LOCALBASE)/include -LIBS=-L$(LOCALBASE)/lib $(RADIUS_LIB) +include ../../Makefile.radius +DEFS+=-DRAD_ACC endif
# set ENABLE_DIAMETER_ACC to true if you wish to enable DIAMETER accounting