diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 14:58:14 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:26 +1100 |
commit | f7aca49e20df34e463f7447d02bc11f6d2095cf9 (patch) | |
tree | 9ff3c98e628bd56e029aa751bc17d8e7d2d40538 /librpc/wscript_build | |
parent | af36485ae54b2a9a1263468ec4388423ccb3588b (diff) | |
download | samba-f7aca49e20df34e463f7447d02bc11f6d2095cf9.tar.gz samba-f7aca49e20df34e463f7447d02bc11f6d2095cf9.tar.xz 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/wscript_build')
-rw-r--r-- | librpc/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build index 619f5074bde..fdf6f076924 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 ) |