libcliraw: Install request.h and signing.h.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 18 Aug 2011 11:31:03 +0000 (13:31 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 18 Aug 2011 11:31:03 +0000 (13:31 +0200)
source4/libcli/wscript_build

index ed786f9be1692913219c6bcc3276143e41e22dba..03d758453ae8f00b3ce8647f79e7a2e7bdffcca3 100644 (file)
@@ -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')