Changeset 780

Show
Ignore:
Timestamp:
12/26/07 15:05:22 (16 years ago)
Author:
arnonym
Message:

Rebuild config.h (and all it dependants) if options changed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/SConstruct

    r778 r780  
    322322# ensure that the config.h is updated with the version 
    323323env.Depends( "config.h", "SConstruct" ) 
     324env.Depends( "config.h", 'cache/' + build_base + "options.cache" ) 
    324325 
    325326pkgconfig = env.ScanReplace( "libffado.pc.in" )