Changeset 1438
- Timestamp:
- 11/16/08 15:17:22 (15 years ago)
- Files:
-
- trunk/libffado/support/mixer/ffado-mixer-qt3.in (moved) (moved from trunk/libffado/support/mixer/ffadomixer.in) (1 prop)
- trunk/libffado/support/mixer/SConscript (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/support/mixer/ffado-mixer-qt3.in
- Property svn:mergeinfo set
trunk/libffado/support/mixer/SConscript
r1358 r1438 55 55 # 56 56 # For the ffadomixer.in 57 e['PYTHONDIR'] = Template( os.path.join( e['SHAREDIR'], 'python ' ) ).safe_substitute( e )57 e['PYTHONDIR'] = Template( os.path.join( e['SHAREDIR'], 'python-qt3' ) ).safe_substitute( e ) 58 58 # For the installation of the stuff 59 e['pythondir'] = Template( os.path.join( e['sharedir'], 'python ' ) ).safe_substitute( e )59 e['pythondir'] = Template( os.path.join( e['sharedir'], 'python-qt3' ) ).safe_substitute( e ) 60 60 61 61 for m in e['MIXERGUIS']: … … 81 81 e.Install( "$pythondir", "ffadomixer_config.py" ) 82 82 83 e.ScanReplace( "ffado mixer.in" )84 e.Depends( "ffado mixer", "#/config.h" )85 e.Depends( "ffado mixer", "SConscript" )86 e.Install( "$bindir", "ffado mixer" )83 e.ScanReplace( "ffado-mixer3.in" ) 84 e.Depends( "ffado-mixer3", "#/config.h" ) 85 e.Depends( "ffado-mixer3", "SConscript" ) 86 e.Install( "$bindir", "ffado-mixer3" ) 87 87