Changeset 1665 for branches/libffado-2.0/support/tools/SConscript
- Timestamp:
- 09/17/09 13:39:58 (3 years ago)
- Files:
-
- branches/libffado-2.0/support/tools/SConscript (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libffado-2.0/support/tools/SConscript
r1500 r1665 35 35 e['pythondir'] = Template( os.path.join( e['sharedir'], 'python' ) ).safe_substitute( e ) 36 36 37 e.Command( "static_info.txt", "#/SConstruct", "python support/tools/ffado-diag-static > $TARGET" ) 38 37 39 e.ScanReplace( "ffado-diag.in" ) 38 40 … … 40 42 e.Install( "$pythondir", "helpstrings.py" ) 41 43 e.Install( "$pythondir", "listirqinfo.py" ) 44 e.Install( "$pythondir", "static_info.txt" ) 45 e.Install( "$pythondir", "ffado_diag_helpers.py" )
