Navigation


Changeset 254:a857024cb48b in freeDiameter for extensions/CMakeLists.txt


Ignore:
Timestamp:
Apr 14, 2010, 6:30:22 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Ported the RADIUS/Diameter translation code from waaad project. Not tested yet. Gateway plugins to come later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r238 r254  
    2727####
    2828# Diameter applications dictionary
     29
    2930OPTION(BUILD_DICT_NASREQ "Build NASREQ (RFC4005) Dictionary definitions?" ON)
    3031        IF (BUILD_DICT_NASREQ)
     
    4041
    4142####
    42 # Radius / Diameter gateway extension(s)
    43 # OPTION(BUILD_RADIUS_GW "Build radius_gw? (one-way RADIUS/Diameter gateway - RADIUS NAS <-> Diameter server)" ON)
    44 #       IF (BUILD_RADIUS_GW)
    45 #          SUBDIRS(radius_gw)
    46 #       ENDIF (BUILD_RADIUS_GW)
     43# Diameter applications
     44
     45OPTION(BUILD_APP_RADGW "Build app_radgw? (one-way RADIUS/Diameter gateway - RADIUS NAS <-> Diameter server)" OFF)
     46        IF (BUILD_APP_RADGW)
     47           SUBDIRS(app_radgw)
     48        ENDIF (BUILD_APP_RADGW)
     49
    4750
    4851
     
    6568
    6669
     70
    6771####
    68 # Debug / test extensions
     72# Debug & test extensions
    6973
    7074OPTION(BUILD_SAMPLE "Build sample.fdx? (Simple extension to demonstrate extension mechanism, for developpers only)" OFF)
Note: See TracChangeset for help on using the changeset viewer.