Show
Ignore:
Timestamp:
10/29/08 15:16:39 (15 years ago)
Author:
ppalmers
Message:

rename all debug and mixer tools to start with ffado-*

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/support/mixer/SConscript

    r1325 r1394  
    7979    e.Install( "$pythondir", "ffadomixer_config.py" ) 
    8080 
    81     e.ScanReplace( "ffadomixer.in" ) 
    82     e.Depends( "ffadomixer", "#/config.h" ) 
    83     e.Depends( "ffadomixer", "SConscript" ) 
    84     e.Install( "$bindir", "ffadomixer" ) 
     81    e.ScanReplace( "ffado-mixer.in" ) 
     82    e.Depends( "ffado-mixer", "#/config.h" ) 
     83    e.Depends( "ffado-mixer", "SConscript" ) 
     84    e.Install( "$bindir", "ffado-mixer" ) 
    8585