[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Thu Sep 23 03:15:12 MDT 2010


The branch, master has been updated
       via  7f53773 waf: fix generated nbt.h path, should fix s4 install.
      from  de49623 s3-waf: fix LOCALEDIR usage.

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


- Log -----------------------------------------------------------------
commit 7f537736088f4e20f211bd25bd512f620b16484b
Author: Günther Deschner <gd at samba.org>
Date:   Thu Sep 23 02:13:15 2010 -0700

    waf: fix generated nbt.h path, should fix s4 install.
    
    Guenther

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

Summary of changes:
 librpc/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/librpc/wscript_build b/librpc/wscript_build
index a4b625d..246a054 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -207,6 +207,6 @@ bld.SAMBA_SUBSYSTEM('NDR_SCHANNEL',
 bld.SAMBA_SUBSYSTEM('NDR_NBT',
 	source='../librpc/gen_ndr/ndr_nbt.c',
 	public_deps='LIBNDR NDR_NBT_BUF NDR_SECURITY NDR_STANDARD LIBCLI_NDR_NETLOGON',
-	public_headers='../../librpc/gen_ndr/nbt.h',
+	public_headers='../librpc/gen_ndr/nbt.h',
         header_path='gen_ndr'
 	)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list