1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

librpc: added a few more NDR_* targets to NDR_SAMBA

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Tridgell 2010-10-21 15:27:25 +11:00
parent bbe016b77c
commit 11bce8ce03

View File

@ -106,7 +106,7 @@ bld.SAMBA_LIBRARY('NDR_STANDARD',
# create a grouping library to consolidate our samba4 specific NDR code
bld.SAMBA_LIBRARY('NDR_SAMBA4',
source=[],
deps='NDR_WINBIND NDR_IRPC',
deps='NDR_WINBIND NDR_IRPC NDR_NFS4ACL NDR_OPENDB NDR_NOTIFY',
private_library=True,
grouping_library=True
)