diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-03-14 23:20:07 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-03-15 02:57:59 +0100 |
commit | 48c2f803e8550a1d321d7312563a6f08bb89f096 (patch) | |
tree | 2ae79cfdda1799bf23ace4259efb7a2ec3144d4e /source4/libcli/wscript_build | |
parent | 180b3a3bbe922f9d84df4d557be7422d94668b53 (diff) | |
download | samba-48c2f803e8550a1d321d7312563a6f08bb89f096.tar.gz samba-48c2f803e8550a1d321d7312563a6f08bb89f096.tar.bz2 samba-48c2f803e8550a1d321d7312563a6f08bb89f096.zip |
libsmbclient-raw: Install smb_composite.h.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Thu Mar 15 02:57:59 CET 2012 on sn-devel-104
Diffstat (limited to 'source4/libcli/wscript_build')
-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 1d59e69bd4..89a4a92714 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -27,7 +27,8 @@ bld.SAMBA_SUBSYSTEM('cli_composite', bld.SAMBA_SUBSYSTEM('LIBCLI_SMB_COMPOSITE', source='smb_composite/loadfile.c smb_composite/savefile.c smb_composite/connect.c smb_composite/sesssetup.c smb_composite/fetchfile.c smb_composite/appendacl.c smb_composite/fsinfo.c smb_composite/smb2.c', deps='LIBCLI_SMB2 tevent-util', - public_deps='cli_composite samba-credentials gensec LIBCLI_RESOLVE tevent' + public_deps='cli_composite samba-credentials gensec LIBCLI_RESOLVE tevent', + public_headers='smb_composite/smb_composite.h', ) bld.SAMBA_PYTHON('pysmb', |