[PATCH 3/6] s4: Add python binding to waf so that the drsblobs.so is also built in waf
Matthieu Patou
mat at matws.net
Mon Apr 12 15:00:08 MDT 2010
---
source4/librpc/wscript_build | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index 6bcfac5..fb062e6 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -749,6 +749,12 @@ bld.SAMBA_PYTHON('python_dcerpc_security',
realname='samba/dcerpc/security.so'
)
+bld.SAMBA_PYTHON('python_dcerpc_drsblobs',
+ source='../../librpc/gen_ndr/py_drsblobs.c ../../librpc/gen_ndr/ndr_drsblobs_c.c',
+ deps='PYTALLOC python_dcerpc_misc python_dcerpc NDR_SECURITY',
+ realname='samba/dcerpc/drsblobs.so'
+ )
+
bld.SAMBA_PYTHON('python_dcerpc_xattr',
source='../../librpc/gen_ndr/py_xattr.c',
--
1.6.3.3
--------------010804020208020700020704
Content-Type: text/x-patch;
name="0002-s4-Fix-python-binding-for-drsblobs.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="0002-s4-Fix-python-binding-for-drsblobs.patch"
More information about the samba-technical
mailing list