From 2ecb46d595b880c533e2dafea43baf02f009bec6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 Oct 2005 12:54:52 +0000 Subject: r11037: (This used to be commit 6913e338405a5aca5c70cf6e022532c596ed0a36) --- source4/libcli/ldap/SConscript | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 source4/libcli/ldap/SConscript (limited to 'source4/libcli/ldap/SConscript') diff --git a/source4/libcli/ldap/SConscript b/source4/libcli/ldap/SConscript new file mode 100644 index 0000000000..eef9a9f41c --- /dev/null +++ b/source4/libcli/ldap/SConscript @@ -0,0 +1,5 @@ +Import('hostenv') + +hostenv.StaticLibrary('cli_ldap', + ['ldap.c','ldap_client.c','ldap_bind.c','ldap_msg.c','ldap_ndr.c', + 'ldap_ildap.c']) -- cgit