summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-09-23 07:42:14 +0200
committerMichael Adam <obnox@samba.org>2013-09-23 20:22:20 +0200
commit559dc160d8c60d07a8183e8de79ab00129ae15c7 (patch)
tree5c7a7cb8e390f4c1b0bb14381bf623721d233305 /source3/wscript_build
parenta7e0d9d7be09b0f6a2a8949f589b16e6157cb659 (diff)
downloadsamba-559dc160d8c60d07a8183e8de79ab00129ae15c7.tar.gz
samba-559dc160d8c60d07a8183e8de79ab00129ae15c7.tar.bz2
samba-559dc160d8c60d07a8183e8de79ab00129ae15c7.zip
build: list sources of cli_spoolss directly in the definition.
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build6
1 files changed, 2 insertions, 4 deletions
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)