summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 14:58:14 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:26 +1100
commitf7aca49e20df34e463f7447d02bc11f6d2095cf9 (patch)
tree9ff3c98e628bd56e029aa751bc17d8e7d2d40538 /librpc
parentaf36485ae54b2a9a1263468ec4388423ccb3588b (diff)
downloadsamba-f7aca49e20df34e463f7447d02bc11f6d2095cf9.tar.gz
samba-f7aca49e20df34e463f7447d02bc11f6d2095cf9.tar.bz2
samba-f7aca49e20df34e463f7447d02bc11f6d2095cf9.zip
librpc: added NDR_XATTR and NDR_UNIXINFO to the NDR_SAMBA grouping library
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 619f5074bd..fdf6f07692 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -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
)