[sr-dev] git:master: * modules_k/acc: included Makefile.radius

Juha Heinanen jh at tutpro.com
Fri May 29 17:51:46 CEST 2009


Module: sip-router
Branch: master
Commit: 42b8c977416847c50f2937f987bcc06d73ed4ae4
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=42b8c977416847c50f2937f987bcc06d73ed4ae4

Author: Juha Heinanen <jh at tutpro.com>
Committer: Juha Heinanen <jh at 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




More information about the sr-dev mailing list