Changeset 780
- Timestamp:
- 12/26/07 15:05:22 (16 years ago)
- Files:
-
- trunk/libffado/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/SConstruct
r778 r780 322 322 # ensure that the config.h is updated with the version 323 323 env.Depends( "config.h", "SConstruct" ) 324 env.Depends( "config.h", 'cache/' + build_base + "options.cache" ) 324 325 325 326 pkgconfig = env.ScanReplace( "libffado.pc.in" )