summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/wscript_build
blob: f7afec73f291268dadb75761eda5e2206fbe92df (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python

bld.SAMBA_LIBRARY('cli-ldap',
                  source='ldap_client.c ldap_bind.c ldap_ildap.c ldap_controls.c',
                  autoproto='ldap_proto.h',
                  public_deps='errors tevent LIBPACKET',
                  public_headers='libcli_ldap.h:ldap-util.h',
                  deps='cli_composite samba_socket NDR_SAMR LIBTLS ndr LP_RESOLVE gensec cli-ldap-common',
                  private_library=True
                  )