Changeset 195 for trunk/SConstruct


Ignore:
Timestamp:
05/02/10 14:40:47 (14 years ago)
Author:
tim
Message:

removed talloc from mainline build tree, opting instead to depend upon libtalloc-dev

win32 builds depend up on modified libtalloc stored outside of trunk

miscellaneous other build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r194 r195  
    44
    55lib_src = ['lib/regfi.c',
    6            'lib/talloc.c',
    76           'lib/winsec.c',
    87           'lib/range_list.c',
     
    1312                  CPPPATH=['include', '/usr/local/include'],
    1413                  LIBPATH=['lib', '/usr/local/lib'],
    15                   LIBS=['m', 'pthread', 'regfi'])
     14                  LIBS=['m', 'pthread', 'regfi', 'talloc'])
    1615
    1716
Note: See TracChangeset for help on using the changeset viewer.