Install headers included by smb_common.h.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 28 Sep 2011 09:32:36 +0000 (11:32 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 28 Sep 2011 09:32:36 +0000 (11:32 +0200)
libcli/smb/wscript_build

index 66319e9a5b4c4ee40107c79dea82eeeed39c05e6..8043c8049b7060c05840dc41038431adb43fc68f 100644 (file)
@@ -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
        ''',
        )