Changeset 203 for trunk/SConstruct
- Timestamp:
- 08/21/10 12:53:19 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r201 r203 17 17 # Libraries 18 18 libregfi_static = env.Library(lib_src) 19 libregfi = env.SharedLibrary(lib_src, LIBS=['m','pthread' ])19 libregfi = env.SharedLibrary(lib_src, LIBS=['m','pthread', 'talloc']) 20 20 21 21
Note: See TracChangeset
for help on using the changeset viewer.