summaryrefslogtreecommitdiffstats
path: root/source/libcli
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-09-26 07:34:09 +0000
committerTim Potter <tpot@samba.org>2005-09-26 07:34:09 +0000
commit808c62c7dab6b40142cbcecbc1e98137e6eb5134 (patch)
tree3fc4ba1b10068d9d275b33064a0fdcc34f91fa15 /source/libcli
parent6ca443f6a2d933e6ecef8ae59bf21ddb3cddbad0 (diff)
downloadsamba-808c62c7dab6b40142cbcecbc1e98137e6eb5134.tar.gz
samba-808c62c7dab6b40142cbcecbc1e98137e6eb5134.tar.xz
samba-808c62c7dab6b40142cbcecbc1e98137e6eb5134.zip
r10499: Export cli_ldap library.
Diffstat (limited to 'source/libcli')
-rw-r--r--source/libcli/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/libcli/SConscript b/source/libcli/SConscript
index 4c715325d58..76143b97cfc 100644
--- a/source/libcli/SConscript
+++ b/source/libcli/SConscript
@@ -63,6 +63,8 @@ hostenv.StaticLibrary('cli_auth',auth_files)
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)