From: Andrew Tridgell Date: Tue, 15 Feb 2011 05:28:37 +0000 (+1100) Subject: s4-ndr: added NDR_WBINT to ndr_tables X-Git-Tag: tevent-0.9.11~422 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acdfe48ebe6fb7199d24eb0f93ef82b676951aac;p=thirdparty%2Fsamba.git s4-ndr: added NDR_WBINT to ndr_tables Pair-Programmed-With: Andrew Bartlett --- diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 3d98c1adb33..cbe382e0de8 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -104,7 +104,7 @@ bld.SAMBA_SUBSYSTEM('ndr-table', NDR_SASL_HELPERS NDR_NOTIFY NDR_WINBIND NDR_FRSRPC NDR_FRSAPI NDR_FRSTRANS NDR_NFS4ACL NDR_NTP_SIGND NDR_DCOM NDR_WMI NDR_NAMED_PIPE_AUTH NDR_NTLMSSP NDR_DFSBLOBS NDR_DNSP - NDR_NTPRINTING NDR_DNS NDR_BACKUPKEY NDR_PREG''', + NDR_NTPRINTING NDR_DNS NDR_BACKUPKEY NDR_PREG NDR_WBINT''', depends_on='GEN_NDR_TABLES' )