diff options
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/auth/wscript_build | 6 | ||||
-rw-r--r-- | libcli/ldap/wscript_build | 4 |
2 files changed, 1 insertions, 9 deletions
diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build index bb316c6d6e..f0af6df6ae 100644 --- a/libcli/auth/wscript_build +++ b/libcli/auth/wscript_build @@ -1,7 +1,3 @@ -# AUTOGENERATED by mktowscript.pl from ../../libcli/auth/config.mk -# Please remove this notice if hand editing - - bld.SAMBA_SUBSYSTEM('ntlm_check', source='ntlm_check.c', deps='LIBSAMBA-UTIL' @@ -16,7 +12,7 @@ bld.SAMBA_SUBSYSTEM('MSRPC_PARSE', bld.SAMBA_SUBSYSTEM('LIBCLI_AUTH', source='credentials.c session.c smbencrypt.c smbdes.c', public_deps='MSRPC_PARSE LIBSAMBA-HOSTCONFIG', - public_headers='credentials.h' + public_headers='credentials.h:domain_credentials.h' ) diff --git a/libcli/ldap/wscript_build b/libcli/ldap/wscript_build index 8d2a017005..923d57f00b 100644 --- a/libcli/ldap/wscript_build +++ b/libcli/ldap/wscript_build @@ -1,7 +1,3 @@ -# AUTOGENERATED by mktowscript.pl from ../../libcli/ldap/config.mk -# Please remove this notice if hand editing - - bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_MESSAGE', source='ldap_message.c', public_deps='LIBSAMBA-ERRORS talloc ldb', |