diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-07-25 22:27:17 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-07-26 13:31:09 +0200 |
commit | 47a41c8daf4df59f4d80723c38749209c044d1a4 (patch) | |
tree | 1df2797edc6036f5368204725c6136bff607b3e9 /source4/libcli | |
parent | 23cbfef542013193fad54963fbf8a886740e9b00 (diff) | |
download | samba-47a41c8daf4df59f4d80723c38749209c044d1a4.tar.gz samba-47a41c8daf4df59f4d80723c38749209c044d1a4.tar.bz2 samba-47a41c8daf4df59f4d80723c38749209c044d1a4.zip |
cli_composite: Lowercase name.
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/ldap/wscript_build | 2 | ||||
-rw-r--r-- | source4/libcli/wscript_build | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source4/libcli/ldap/wscript_build b/source4/libcli/ldap/wscript_build index 99b6c4e1f3..f7afec73f2 100644 --- a/source4/libcli/ldap/wscript_build +++ b/source4/libcli/ldap/wscript_build @@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('cli-ldap', autoproto='ldap_proto.h', public_deps='errors tevent LIBPACKET', public_headers='libcli_ldap.h:ldap-util.h', - deps='LIBCLI_COMPOSITE samba_socket NDR_SAMR LIBTLS ndr LP_RESOLVE gensec cli-ldap-common', + deps='cli_composite samba_socket NDR_SAMR LIBTLS ndr LP_RESOLVE gensec cli-ldap-common', private_library=True ) diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index b5e8a21041..0672a646d2 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -17,7 +17,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_LSA', ) -bld.SAMBA_SUBSYSTEM('LIBCLI_COMPOSITE', +bld.SAMBA_SUBSYSTEM('cli_composite', source='composite/composite.c', autoproto='composite/proto.h', public_deps='events' @@ -28,7 +28,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_SMB_COMPOSITE', source='smb_composite/loadfile.c smb_composite/savefile.c smb_composite/connect.c smb_composite/sesssetup.c smb_composite/fetchfile.c smb_composite/appendacl.c smb_composite/fsinfo.c smb_composite/smb2.c', autoproto='smb_composite/proto.h', deps='LIBCLI_SMB2 UTIL_TEVENT', - public_deps='LIBCLI_COMPOSITE credentials gensec LIBCLI_RESOLVE tevent' + public_deps='cli_composite credentials gensec LIBCLI_RESOLVE tevent' ) |