diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-07 16:03:04 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-12-12 12:57:07 +0100 |
commit | c9d929af8ba018816df69734bed1c197d0c3b7f2 (patch) | |
tree | d47340212f302fc1a17791ad794be28b1cc2677b /source3/wscript_build | |
parent | c79db40040e27e1f7853db322d7c7460895d57bc (diff) | |
download | samba-c9d929af8ba018816df69734bed1c197d0c3b7f2.tar.gz samba-c9d929af8ba018816df69734bed1c197d0c3b7f2.tar.bz2 samba-c9d929af8ba018816df69734bed1c197d0c3b7f2.zip |
s4-lsarpc handle more info levels in SetInfoTrustedDomain calls
This uses the very helpful conversion functions written for the s3 lsa server
and places these in common.
Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 8ca98b33b0..b07539f7f6 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -32,7 +32,7 @@ DRSUAPI_SRC = '''${COMPRESSION_SRC}''' LIBCLI_SPOOLSS_SRC = '''rpc_client/cli_spoolss.c rpc_client/init_spoolss.c''' -LIBCLI_LSA_SRC = '''rpc_client/cli_lsarpc.c rpc_client/util_lsarpc.c''' +LIBCLI_LSA_SRC = '''rpc_client/cli_lsarpc.c''' LIBCLI_SAMR_SRC = 'rpc_client/cli_samr.c' @@ -1077,7 +1077,7 @@ bld.SAMBA3_SUBSYSTEM('LIBCLI_SAMR', bld.SAMBA3_LIBRARY('libcli_lsa3', source=LIBCLI_LSA_SRC, - deps='RPC_NDR_LSA INIT_LSA', + deps='RPC_NDR_LSA INIT_LSA UTIL_LSARPC', private_library=True) bld.SAMBA3_LIBRARY('libcli_netlogon3', |