summaryrefslogtreecommitdiff
path: root/libcli/smb/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-10-24 16:50:19 +0200
committerStefan Metzmacher <metze@samba.org>2011-10-25 01:47:21 +0200
commit1fa7300037447c6e01438509343afd2e186f066c (patch)
treeae43db5a1119165a8fac148583e520d1018c4011 /libcli/smb/wscript_build
parentaa2e5cea1c69c5417eec9734b70c0f63fb244d7e (diff)
downloadsamba-1fa7300037447c6e01438509343afd2e186f066c.tar.gz
samba-1fa7300037447c6e01438509343afd2e186f066c.tar.bz2
samba-1fa7300037447c6e01438509343afd2e186f066c.zip
libcli/smb: move smb_signing.[ch] to the toplevel
metze
Diffstat (limited to 'libcli/smb/wscript_build')
-rw-r--r--libcli/smb/wscript_build16
1 files changed, 11 insertions, 5 deletions
diff --git a/libcli/smb/wscript_build b/libcli/smb/wscript_build
index 9339b96044..8cb3e60a9f 100644
--- a/libcli/smb/wscript_build
+++ b/libcli/smb/wscript_build
@@ -2,14 +2,20 @@
bld.SAMBA_LIBRARY('cli_smb_common',
- source='smb_seal.c smb2_create_blob.c smb2_signing.c util.c read_smb.c',
+ source='''
+ smb_signing.c smb_seal.c
+ smb2_create_blob.c smb2_signing.c
+ util.c read_smb.c
+ ''',
autoproto='smb_common_proto.h',
deps='LIBCRYPTO errors gssapi gensec KRB5_WRAP LIBASYNC_REQ',
public_deps='talloc samba-util',
private_library=True,
- public_headers='''smb_common.h smb2_constants.h smb_constants.h
- smb_seal.h
- smb2_create_blob.h smb2_signing.h smb_util.h smb_unix_ext.h
- read_smb.h
+ public_headers='''
+ smb_common.h smb2_constants.h smb_constants.h
+ smb_signing.h smb_seal.h
+ smb2_create_blob.h smb2_signing.h
+ smb_util.h read_smb.h
+ smb_unix_ext.h
''',
)