From 559dc160d8c60d07a8183e8de79ab00129ae15c7 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Sep 2013 07:42:14 +0200 Subject: build: list sources of cli_spoolss directly in the definition. Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/wscript_build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index bf453bfe9e..098b23e5ec 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -3,9 +3,6 @@ from samba_utils import * import samba_version, samba3 -LIBCLI_SPOOLSS_SRC = '''rpc_client/cli_spoolss.c - rpc_client/init_spoolss.c''' - LIBCLI_LSA_SRC = '''rpc_client/cli_lsarpc.c''' LIBCLI_SAMR_SRC = 'rpc_client/cli_samr.c' @@ -1011,7 +1008,8 @@ bld.SAMBA3_LIBRARY('libcli_netlogon3', private_library=True) bld.SAMBA3_LIBRARY('cli_spoolss', - source=LIBCLI_SPOOLSS_SRC, + source='''rpc_client/cli_spoolss.c + rpc_client/init_spoolss.c''', deps='RPC_NDR_SPOOLSS param secrets3', private_library=True) -- cgit