Navigation


Changeset 167:967e579beb64 in freeDiameter


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

Backup work in progress on rt_default

Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r161 r167  
    4141# Routing extensions
    4242
    43 # OPTION(BUILD_RT_DEFAULT "Build rt_default? (Routing extension using Destination-Host, Destination-Realm, and static configuration)" ON)
    44 #       IF (BUILD_RT_DEFAULT)
    45 #          SUBDIRS(rt_default)
    46 #       ENDIF (BUILD_RT_DEFAULT)
     43OPTION(BUILD_RT_DEFAULT "Build rt_default? (Configurable routing rules for freeDiameter)" ON)
     44        IF (BUILD_RT_DEFAULT)
     45           SUBDIRS(rt_default)
     46        ENDIF (BUILD_RT_DEFAULT)
    4747
    4848
Note: See TracChangeset for help on using the changeset viewer.