librpc: added a few more NDR_* targets to NDR_SAMBA
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 04:27:25 +0000 (15:27 +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>

source4/librpc/wscript_build

index 88deeb2bea315c4d4ef18ab66f7a260de15a2d3f..d43ae8b36992484a3424f3fdb0e2e7eddac9500e 100755 (executable)
@@ -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
                   )