comparison extensions/rt_load_balance/CMakeLists.txt @ 1277:9860ff6e9497

Make a variable match the extension name. No functional change.
author Thomas Klausner <tk@giga.or.at>
date Wed, 06 Aug 2014 15:03:34 +0200
parents dcc0eff204cf
children
comparison
equal deleted inserted replaced
1276:9e4e294f1e71 1277:9860ff6e9497
1 # The rt_load_balance extension 1 # The rt_load_balance extension
2 PROJECT("Routing extension splits requests evenly over multiple hosts, using current load as routing indicator" C) 2 PROJECT("Routing extension splits requests evenly over multiple hosts, using current load as routing indicator" C)
3 3
4 # List of source files 4 # List of source files
5 SET(RT_IGNORE_DH_SRC 5 SET(RT_LOAD_BALANCE_SRC
6 rt_load_balance.c 6 rt_load_balance.c
7 ) 7 )
8 8
9 INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}) 9 INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
10 10
11 # Compile these files as a freeDiameter extension 11 # Compile these files as a freeDiameter extension
12 FD_ADD_EXTENSION(rt_load_balance ${RT_IGNORE_DH_SRC}) 12 FD_ADD_EXTENSION(rt_load_balance ${RT_LOAD_BALANCE_SRC})
13 13
14 #### 14 ####
15 ## INSTALL section ## 15 ## INSTALL section ##
16 16
17 # We install with the daemon component because it is a base feature. 17 # We install with the daemon component because it is a base feature.
"Welcome to our mercurial repository"