From 8d5c63b0cfb14fb62263e134575fc955efba92b1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Sep 2013 07:43:06 +0200 Subject: build: list sources of library libcli_lsa3 directly in the definition Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/wscript_build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 098b23e5ec..a7d8f48c34 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -3,8 +3,6 @@ from samba_utils import * import samba_version, samba3 -LIBCLI_LSA_SRC = '''rpc_client/cli_lsarpc.c''' - LIBCLI_SAMR_SRC = 'rpc_client/cli_samr.c' LIBCLI_NETLOGON_SRC = 'rpc_client/cli_netlogon.c rpc_client/util_netlogon.c' @@ -998,7 +996,7 @@ bld.SAMBA3_SUBSYSTEM('LIBCLI_SAMR', deps='RPC_NDR_SAMR') bld.SAMBA3_LIBRARY('libcli_lsa3', - source=LIBCLI_LSA_SRC, + source='rpc_client/cli_lsarpc.c', deps='RPC_NDR_LSA INIT_LSA', private_library=True) -- cgit