Changeset 365:4b7dbc0d187f in freeDiameter
- Timestamp:
- Jul 2, 2010, 2:27:39 PM (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/app_radgw/CMakeLists.txt
r313 r365 94 94 ENDIF (BUILD_RGWX_AUTH) 95 95 96 ### SIP Authentication, Authorization messages translation. 97 OPTION(BUILD_RGWX_SIP "Build SIP RADIUS translation plugin? (RFC4740 or RFC5090)" OFF) 98 IF (BUILD_RGWX_SIP) 99 RGWX_ADD_PLUGIN(sip ${RG_COMMON_HEADER} rgwx_sip.c) 100 ENDIF (BUILD_RGWX_SIP) 101 102 103 96 104 ### Accounting messages translation. 97 105 OPTION(BUILD_RGWX_ACCT "Build Accounting RADIUS translation plugin? (RFC2866)" ON)
Note: See TracChangeset
for help on using the changeset viewer.