The branch, master has been updated
       via  48c2f80 libsmbclient-raw: Install smb_composite.h.
      from  180b3a3 build: Do not build with utmp when we do not have utmp.h

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 48c2f803e8550a1d321d7312563a6f08bb89f096
Author: Jelmer Vernooij <jel...@samba.org>
Date:   Wed Mar 14 23:20:07 2012 +0100

    libsmbclient-raw: Install smb_composite.h.
    
    Autobuild-User: Jelmer Vernooij <jel...@samba.org>
    Autobuild-Date: Thu Mar 15 02:57:59 CET 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source4/libcli/smb2/wscript_build |    3 ++-
 source4/libcli/wscript_build      |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/libcli/smb2/wscript_build 
b/source4/libcli/smb2/wscript_build
index d2478a4..2af1a02 100644
--- a/source4/libcli/smb2/wscript_build
+++ b/source4/libcli/smb2/wscript_build
@@ -4,6 +4,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_SMB2',
        source='transport.c request.c session.c tcon.c create.c close.c 
connect.c getinfo.c write.c read.c setinfo.c find.c ioctl.c logoff.c tdis.c 
flush.c lock.c notify.c cancel.c keepalive.c break.c util.c signing.c 
lease_break.c',
        autoproto='smb2_proto.h',
        deps='tevent-util libsmb',
-       public_deps='smbclient-raw LIBPACKET gensec tevent'
+       public_deps='smbclient-raw LIBPACKET gensec tevent',
+       public_headers='smb2.h',
        )
 
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build
index 1d59e69..89a4a92 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',


-- 
Samba Shared Repository

Reply via email to