summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-09-23 07:43:06 +0200
committerMichael Adam <obnox@samba.org>2013-09-23 20:22:23 +0200
commit8d5c63b0cfb14fb62263e134575fc955efba92b1 (patch)
tree84463840fc38bb45540bf8ed397b11d515885ce2 /source3/wscript_build
parent559dc160d8c60d07a8183e8de79ab00129ae15c7 (diff)
downloadsamba-8d5c63b0cfb14fb62263e134575fc955efba92b1.tar.gz
samba-8d5c63b0cfb14fb62263e134575fc955efba92b1.tar.bz2
samba-8d5c63b0cfb14fb62263e134575fc955efba92b1.zip
build: list sources of library libcli_lsa3 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_build4
1 files changed, 1 insertions, 3 deletions
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)