diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-08-18 13:31:03 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-08-18 13:31:03 +0200 |
commit | 9fc20f4d267b31a47ab95af9f271531fbf871933 (patch) | |
tree | 7252b8db82131b6522f12f79d293e7368cf4069c | |
parent | 6e8f6da31abebfdf8a3601ad9d7bc614f558c65a (diff) | |
download | samba-9fc20f4d267b31a47ab95af9f271531fbf871933.tar.gz samba-9fc20f4d267b31a47ab95af9f271531fbf871933.tar.bz2 samba-9fc20f4d267b31a47ab95af9f271531fbf871933.zip |
libcliraw: Install request.h and signing.h.
-rw-r--r-- | source4/libcli/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index ed786f9be1..03d758453a 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -84,7 +84,8 @@ bld.SAMBA_LIBRARY('cli_raw', autoproto='raw/raw_proto.h', public_deps='samba_socket LIBPACKET LIBCRYPTO', deps='cli_composite LIBCLI_RESOLVE security ndr samba-util errors charset talloc LIBCLI_SMB_COMPOSITE tevent NDR_NBT_BUF cli_smb_common', - private_library=True + public_headers='raw/request.h:smb_request.h raw/signing.h:smb_signing.h', + private_library=True, ) bld.RECURSE('smb2') |