waf: RPC_NDR_WINBIND is samba4 specific
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 09:21:10 +0000 (20:21 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 09:56:38 +0000 (20:56 +1100)
this caused problems with the s3 waf build

librpc/wscript_build
source4/librpc/wscript_build

index c40d07b2d7dcae63915854269bde83ef5dcafc04..4a45095eec6440358d6b5f26fb530120b48d1d6f 100644 (file)
@@ -484,7 +484,7 @@ bld.SAMBA_LIBRARY('NDR_SAMBA',
 # a grouping library for RPC_NDR subsystems that may be used by more than one target
 bld.SAMBA_LIBRARY('RPC_NDR_SAMBA',
                   source=[],
-                  deps='RPC_NDR_DRSUAPI RPC_NDR_LSA RPC_NDR_WINBIND RPC_NDR_WINREG',
+                  deps='RPC_NDR_DRSUAPI RPC_NDR_LSA RPC_NDR_WINREG',
                   private_library=True,
                   grouping_library=True
                   )
index 83f7df38bce20893ce5c3cc0942a31c1d4184723..920d6a2c310cab0d0b17adcd7ac87507311f9c7b 100755 (executable)
@@ -110,6 +110,14 @@ bld.SAMBA_LIBRARY('NDR_SAMBA4',
                   grouping_library=True
                   )
 
+# a grouping library for RPC_NDR subsystems that may be used by more than one target
+bld.SAMBA_LIBRARY('RPC_NDR_SAMBA4',
+                  source=[],
+                  deps='RPC_NDR_WINBIND',
+                  private_library=True,
+                  grouping_library=True
+                  )
+
 
 bld.SAMBA_PIDL_TABLES('GEN_NDR_TABLES', 'gen_ndr/tables.c')