comparison extensions/CMakeLists.txt @ 524:bc25e91e1e3c

Superseed rt_un_number with a new extension based on regexp matching
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 01 Sep 2010 14:39:22 +0900
parents 179ef7de53de
children 7d431a751d6c
comparison
equal deleted inserted replaced
523:4b1b22e3b4f3 524:bc25e91e1e3c
74 OPTION(BUILD_RT_DEFAULT "Build rt_default? (Configurable routing rules for freeDiameter)" ON) 74 OPTION(BUILD_RT_DEFAULT "Build rt_default? (Configurable routing rules for freeDiameter)" ON)
75 IF (BUILD_RT_DEFAULT) 75 IF (BUILD_RT_DEFAULT)
76 SUBDIRS(rt_default) 76 SUBDIRS(rt_default)
77 ENDIF (BUILD_RT_DEFAULT) 77 ENDIF (BUILD_RT_DEFAULT)
78 78
79 OPTION(BUILD_RT_UN_NUMBER "Build rt_un_number? (Load-balancing based on numerical User-Name AVP value)" OFF) 79 OPTION(BUILD_RT_EREG "Build rt_ereg? (Configurable routing based on regexp matching of AVP values)" OFF)
80 IF (BUILD_RT_UN_NUMBER) 80 IF (BUILD_RT_EREG)
81 SUBDIRS(rt_un_number) 81 SUBDIRS(rt_ereg)
82 ENDIF (BUILD_RT_UN_NUMBER) 82 ENDIF (BUILD_RT_EREG)
83 83
84 84
85 #### 85 ####
86 # Peers security extensions 86 # Peers security extensions
87 87
"Welcome to our mercurial repository"