浏览代码

* modules_k/acc: included Makefile.radius

* Included Makefile.radius if RADIUS accounting is enabled.
Juha Heinanen 16 年之前
父节点
当前提交
42b8c97741
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      modules_k/acc/Makefile

+ 2 - 2
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