mirror of
https://github.com/samba-team/samba.git
synced 2025-11-06 08:23:50 +03:00
6 lines
332 B
Python
6 lines
332 B
Python
Import('hostenv')
|
|
hostenv.StaticLibrary('ldb_objectguid',['samdb/ldb_modules/objectguid.c'])
|
|
hostenv.StaticLibrary('ldb_samldb',['samdb/ldb_modules/samldb.c'])
|
|
hostenv.StaticLibrary('ldb_samba3sam',['samdb/ldb_modules/samba3sam.c'])
|
|
hostenv.StaticLibrary('samdb',['samdb/samdb.c','samdb/samdb_privilege.c','common/flag_mapping.c'])
|