summaryrefslogtreecommitdiff
path: root/source4/dsdb/SConscript
blob: 34c1f8f7e2ae89249c1029d243c06dea7a541521 (plain)
1
2
3
4
5
6
7
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'])
samdb_files = ['samdb/samdb.c','samdb/samdb_privilege.c','common/flag_mapping.c']
hostenv.StaticLibrary('samdb',samdb_files)
hostenv.proto_headers += hostenv.CProtoHeader(samdb_files)