diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 20:21:10 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 20:56:38 +1100 |
commit | 4fa0ceb7517de755b20179f2728532811f62c845 (patch) | |
tree | 7468b4a00626fed9c46f96edd8f48da93b9d9180 /librpc | |
parent | 3c748714bb2a81004673db8a77ea5699f3cc73d0 (diff) | |
download | samba-4fa0ceb7517de755b20179f2728532811f62c845.tar.gz samba-4fa0ceb7517de755b20179f2728532811f62c845.tar.bz2 samba-4fa0ceb7517de755b20179f2728532811f62c845.zip |
waf: RPC_NDR_WINBIND is samba4 specific
this caused problems with the s3 waf build
Diffstat (limited to 'librpc')
-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 c40d07b2d7..4a45095eec 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -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 ) |