changeset 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 9e4e294f1e71
children 2a7b32176d2e
files extensions/rt_load_balance/CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/rt_load_balance/CMakeLists.txt	Tue Aug 05 17:46:26 2014 +0200
+++ b/extensions/rt_load_balance/CMakeLists.txt	Wed Aug 06 15:03:34 2014 +0200
@@ -2,14 +2,14 @@
 PROJECT("Routing extension splits requests evenly over multiple hosts, using current load as routing indicator" C)
 
 # List of source files
-SET(RT_IGNORE_DH_SRC
+SET(RT_LOAD_BALANCE_SRC
 	rt_load_balance.c
 )
 
 INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
 
 # Compile these files as a freeDiameter extension
-FD_ADD_EXTENSION(rt_load_balance ${RT_IGNORE_DH_SRC})
+FD_ADD_EXTENSION(rt_load_balance ${RT_LOAD_BALANCE_SRC})
 
 ####
 ## INSTALL section ##
"Welcome to our mercurial repository"