s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives.
[Samba/gebeck_regimport.git] / source4 / lib / messaging / wscript_build
blobb7d4fed95edb553346076254d1b6e590502ad12c
1 #!/usr/bin/env python
4 bld.SAMBA_SUBSYSTEM('MESSAGING',
5 source='messaging.c',
6 public_deps='samba-util tdb-wrap NDR_IRPC UNIX_PRIVS UTIL_TDB cluster ndr samba_socket dcerpc'
10 bld.SAMBA_PYTHON('python_messaging',
11 source='pymessaging.c',
12 deps='MESSAGING events pyparam_util',
13 realname='samba/messaging.so'