mirror of
https://github.com/samba-team/samba.git
synced 2025-11-05 04:23:51 +03:00
5 lines
170 B
Python
5 lines
170 B
Python
Import('hostenv')
|
|
hostenv.StaticLibrary('ldap_server',
|
|
['ldap_server.c','ldap_backend.c','ldap_bind.c','ldap_rootdse.c',
|
|
'ldap_simple_ldb.c','ldap_hacked_ldb.c'])
|