diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-09-28 11:32:36 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-09-28 11:32:36 +0200 |
commit | 2660a465c3e595000e9a297cd6db8572114968a2 (patch) | |
tree | 68c9973c6391480678e2340797342c651b736d4e /libcli | |
parent | 14c05cf93ad1a6087fe4751e1057a7c0c0e91c2c (diff) | |
download | samba-2660a465c3e595000e9a297cd6db8572114968a2.tar.gz samba-2660a465c3e595000e9a297cd6db8572114968a2.tar.bz2 samba-2660a465c3e595000e9a297cd6db8572114968a2.zip |
Install headers included by smb_common.h.
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/smb/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcli/smb/wscript_build b/libcli/smb/wscript_build index 66319e9a5b..8043c8049b 100644 --- a/libcli/smb/wscript_build +++ b/libcli/smb/wscript_build @@ -7,7 +7,7 @@ bld.SAMBA_LIBRARY('cli_smb_common', deps='LIBCRYPTO', public_deps='talloc samba-util', private_library=True, - public_headers='''smb_common.h smb2_constants.h - smb2_create_blob.h smb2_signing.h + public_headers='''smb_common.h smb2_constants.h smb_constants.h + smb2_create_blob.h smb2_signing.h smb_util.h smb_unix_ext.h ''', ) |