- Timestamp:
- 04/30/10 20:51:56 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r193 r194 14 14 LIBPATH=['lib', '/usr/local/lib'], 15 15 LIBS=['m', 'pthread', 'regfi']) 16 16 17 17 18 18 # Libraries … … 55 55 env.Alias('bin', [reglookup_recover, reglookup]) 56 56 env.Alias('doc', [man_reglookup,man_reglookup_recover,man_reglookup_timeline]) 57 env.Alias('install', [prefix+'bin', prefix+'lib', prefix+'man']) 57 env.Alias('install', [prefix+'bin', 58 prefix+'lib', 59 prefix+'include/regfi', 60 prefix+'man']) 58 61 59 62 Default('bin', libregfi)
Note: See TracChangeset
for help on using the changeset viewer.