Changeset 194 for trunk/SConstruct


Ignore:
Timestamp:
04/30/10 20:51:56 (14 years ago)
Author:
tim
Message:

small fix for header installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r193 r194  
    1414                  LIBPATH=['lib', '/usr/local/lib'],
    1515                  LIBS=['m', 'pthread', 'regfi'])
    16    
     16
    1717
    1818# Libraries
     
    5555env.Alias('bin', [reglookup_recover, reglookup])
    5656env.Alias('doc', [man_reglookup,man_reglookup_recover,man_reglookup_timeline])
    57 env.Alias('install', [prefix+'bin', prefix+'lib', prefix+'man'])
     57env.Alias('install', [prefix+'bin',
     58                      prefix+'lib',
     59                      prefix+'include/regfi',
     60                      prefix+'man'])
    5861
    5962Default('bin', libregfi)
Note: See TracChangeset for help on using the changeset viewer.