Show
Ignore:
Timestamp:
09/17/09 13:39:58 (3 years ago)
Author:
arnonym
Message:

Backport r1993 and fix #232.

Files:

Legend:

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

    r1500 r1665  
    3535e['pythondir'] = Template( os.path.join( e['sharedir'], 'python' ) ).safe_substitute( e ) 
    3636 
     37e.Command( "static_info.txt", "#/SConstruct", "python support/tools/ffado-diag-static > $TARGET" ) 
     38 
    3739e.ScanReplace( "ffado-diag.in" ) 
    3840 
     
    4042e.Install( "$pythondir", "helpstrings.py" ) 
    4143e.Install( "$pythondir", "listirqinfo.py" ) 
     44e.Install( "$pythondir", "static_info.txt" ) 
     45e.Install( "$pythondir", "ffado_diag_helpers.py" )