diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 15:27:25 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:26 +1100 |
commit | 11bce8ce0334d2c903962fe901a34ff45bb150e8 (patch) | |
tree | 34abfaca428d9890f47cebf8a84e9180174b4816 | |
parent | bbe016b77c6fd08e66a099e012c365103410d0e0 (diff) | |
download | samba-11bce8ce0334d2c903962fe901a34ff45bb150e8.tar.gz samba-11bce8ce0334d2c903962fe901a34ff45bb150e8.tar.bz2 samba-11bce8ce0334d2c903962fe901a34ff45bb150e8.zip |
librpc: added a few more NDR_* targets to NDR_SAMBA
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
-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 88deeb2bea..d43ae8b369 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -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 ) |