svn commit: samba r10499 - in branches/SAMBA_4_0/source/libcli: .

tpot at samba.org tpot at samba.org
Mon Sep 26 07:34:10 GMT 2005


Author: tpot
Date: 2005-09-26 07:34:09 +0000 (Mon, 26 Sep 2005)
New Revision: 10499

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10499

Log:
Export cli_ldap library.

Modified:
   branches/SAMBA_4_0/source/libcli/SConscript


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/SConscript
===================================================================
--- branches/SAMBA_4_0/source/libcli/SConscript	2005-09-26 07:33:55 UTC (rev 10498)
+++ branches/SAMBA_4_0/source/libcli/SConscript	2005-09-26 07:34:09 UTC (rev 10499)
@@ -63,6 +63,8 @@
 ldap_files = ['ldap/ldap.c','ldap/ldap_client.c','ldap/ldap_bind.c',
 		   'ldap/ldap_msg.c','ldap/ldap_ndr.c','ldap/ldap_ildap.c']
 proto_files += ldap_files
-hostenv.StaticLibrary('cli_ldap',ldap_files)
+cli_ldap = hostenv.StaticLibrary('cli_ldap',ldap_files)
 
+Export('cli_ldap')
+
 hostenv.proto_headers += hostenv.CProtoHeader('proto.h', proto_files)



More information about the samba-cvs mailing list