1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/ldap_server/SConscript
Jelmer Vernooij 5058f4b9e8 r10586: Add MergedObject() builder. Default to Library() rather
then StaticLibrary()
(This used to be commit b53313dc51)
2007-10-10 13:39:08 -05:00

5 lines
164 B
Python

Import('hostenv')
hostenv.Library('ldap_server',
['ldap_server.c','ldap_backend.c','ldap_bind.c','ldap_rootdse.c',
'ldap_simple_ldb.c','ldap_hacked_ldb.c'])