diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-15 16:28:37 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-22 02:51:08 +0100 |
commit | acdfe48ebe6fb7199d24eb0f93ef82b676951aac (patch) | |
tree | 0523aeb3cb57f30ec3131f7abe5e16d03c3d8153 /source4/librpc/wscript_build | |
parent | 8fce37331ed713ddfa40ed791bf43b904c426423 (diff) | |
download | samba-acdfe48ebe6fb7199d24eb0f93ef82b676951aac.tar.gz samba-acdfe48ebe6fb7199d24eb0f93ef82b676951aac.tar.xz samba-acdfe48ebe6fb7199d24eb0f93ef82b676951aac.zip |
s4-ndr: added NDR_WBINT to ndr_tables
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/librpc/wscript_build')
-rwxr-xr-x | source4/librpc/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 3d98c1adb3..cbe382e0de 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' ) |