mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
5058f4b9e8
then StaticLibrary() (This used to be commit b53313dc517986c69a4e4cb8fe3885b696f8faa1)
5 lines
164 B
Python
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'])
|