Changeset 203 for trunk/SConstruct


Ignore:
Timestamp:
08/21/10 12:53:19 (14 years ago)
Author:
tim
Message:

misc fixes

stripped _REC from some data type names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r201 r203  
    1717# Libraries
    1818libregfi_static = env.Library(lib_src)
    19 libregfi = env.SharedLibrary(lib_src, LIBS=['m','pthread'])
     19libregfi = env.SharedLibrary(lib_src, LIBS=['m','pthread', 'talloc'])
    2020
    2121
Note: See TracChangeset for help on using the changeset viewer.