Navigation


Changeset 1277:9860ff6e9497 in freeDiameter for extensions


Ignore:
Timestamp:
Aug 6, 2014, 10:03:34 PM (10 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Make a variable match the extension name. No functional change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rt_load_balance/CMakeLists.txt

    r1042 r1277  
    33
    44# List of source files
    5 SET(RT_IGNORE_DH_SRC
     5SET(RT_LOAD_BALANCE_SRC
    66        rt_load_balance.c
    77)
     
    1010
    1111# Compile these files as a freeDiameter extension
    12 FD_ADD_EXTENSION(rt_load_balance ${RT_IGNORE_DH_SRC})
     12FD_ADD_EXTENSION(rt_load_balance ${RT_LOAD_BALANCE_SRC})
    1313
    1414####
Note: See TracChangeset for help on using the changeset viewer.