Changeset 2210

Show
Ignore:
Timestamp:
09/11/12 05:19:18 (12 years ago)
Author:
jwoithe
Message:

Rename ffado-ctl to ffado-set-nickname. The new name more accurately reflects what it does, as per the ffado-devel mailing list discussion.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/tools/SConscript

    r2209 r2210  
    3030e = env.Clone() 
    3131 
    32 # Needed to build ffado-ctl 
     32# Needed to build ffado-set-nickname 
    3333e.MergeFlags( "-I#/ -I#/src -L%ssrc -lffado" % env['build_base'] ) 
    3434if not e.GetOption( "clean" ): 
     
    4848e.ScanReplace( "ffado-diag.in" ) 
    4949 
    50 e.Program( target = "ffado-ctl", source = "ffado-ctl.cpp" ) 
     50e.Program( target = "ffado-set-nickname", source = "ffado-set-nickname.cpp" ) 
    5151 
    5252e.Install( "$bindir", "ffado-diag" ) 
    53 e.Install( "$bindir", "ffado-ctl" ) 
     53e.Install( "$bindir", "ffado-set-nickname" ) 
    5454e.Install( "$pythondir", "helpstrings.py" ) 
    5555e.Install( "$pythondir", "listirqinfo.py" )