diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-19 13:47:39 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-21 10:22:39 +0200 |
commit | 75d146d3ed4196b0856ea6eb56482a1a67fdf707 (patch) | |
tree | 6b4f87364d14870be8b8a06be4e05c21d2c646e3 /libcli/smb/wscript_build | |
parent | 321204eaeb05107b9a6d5ed464a11cd5018c97c6 (diff) | |
download | samba-75d146d3ed4196b0856ea6eb56482a1a67fdf707.tar.gz samba-75d146d3ed4196b0856ea6eb56482a1a67fdf707.tar.bz2 samba-75d146d3ed4196b0856ea6eb56482a1a67fdf707.zip |
libcli/smb: move smb_seal.c to the toplevel
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Oct 21 10:22:39 CEST 2011 on sn-devel-104
Diffstat (limited to 'libcli/smb/wscript_build')
-rw-r--r-- | libcli/smb/wscript_build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libcli/smb/wscript_build b/libcli/smb/wscript_build index 8043c8049b..63349586f4 100644 --- a/libcli/smb/wscript_build +++ b/libcli/smb/wscript_build @@ -2,12 +2,13 @@ bld.SAMBA_LIBRARY('cli_smb_common', - source='smb2_create_blob.c smb2_signing.c util.c', + source='smb_seal.c smb2_create_blob.c smb2_signing.c util.c', autoproto='smb_common_proto.h', - deps='LIBCRYPTO', + deps='LIBCRYPTO errors gssapi gensec KRB5_WRAP', 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 ''', ) |