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-qt4/SConscript

    r1364 r1394  
    9292    e.Install( "$pythondir", "ffadomixer_config.py" ) 
    9393 
    94     e.ScanReplace( "ffadomixer.in" ) 
    95     e.Depends( "ffadomixer", "#/config.h" ) 
    96     e.Depends( "ffadomixer", "SConscript" ) 
    97     e.Install( "$bindir", "ffadomixer" ) 
     94    e.ScanReplace( "ffado-mixer.in" ) 
     95    e.Depends( "ffado-mixer", "#/config.h" ) 
     96    e.Depends( "ffado-mixer", "SConscript" ) 
     97    e.Install( "$bindir", "ffado-mixer" ) 
    9898