librpc: added NDR_XATTR and NDR_UNIXINFO to the NDR_SAMBA grouping library
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 03:58:14 +0000 (14:58 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:26 +0000 (19:03 +1100)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

librpc/wscript_build

index 619f5074bde153c13f9cd78fbc9e71a9f1ca9286..fdf6f076924eb5bfded3e5e2cd3812da713976a0 100644 (file)
@@ -476,7 +476,7 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_KEYSVC',
 # a grouping library for NDR subsystems that may be used by more than one target
 bld.SAMBA_LIBRARY('NDR_SAMBA',
                   source=[],
-                  deps='NDR_DRSBLOBS NDR_DRSUAPI NDR_IDMAP NDR_NTLMSSP NDR_SCHANNEL NDR_MGMT NDR_KRB5PAC NDR_DNSP NDR_EPMAPPER',
+                  deps='NDR_DRSBLOBS NDR_DRSUAPI NDR_IDMAP NDR_NTLMSSP NDR_SCHANNEL NDR_MGMT NDR_KRB5PAC NDR_DNSP NDR_EPMAPPER NDR_XATTR NDR_UNIXINFO',
                   private_library=True,
                   grouping_library=True
                   )