diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-11 01:09:26 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-10 23:54:04 +0000 |
commit | 5324b943e72d597da178d362f7c938fe0a4e57b0 (patch) | |
tree | fe163168984881467c684c96e03aba82ee618190 /source4/librpc | |
parent | 2bff55f5deede15d09d2f685f5391e579ad36831 (diff) | |
download | samba-5324b943e72d597da178d362f7c938fe0a4e57b0.tar.gz samba-5324b943e72d597da178d362f7c938fe0a4e57b0.tar.bz2 samba-5324b943e72d597da178d362f7c938fe0a4e57b0.zip |
wafsamba: Fix handling of pyembed/pyext.
Diffstat (limited to 'source4/librpc')
-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 617387e877..665eb1e10e 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -174,7 +174,7 @@ bld.SAMBA_LIBRARY('dcerpc', bld.SAMBA_SUBSYSTEM('pyrpc_util', source='rpc/pyrpc_util.c', public_deps='PYTALLOC pyparam_util pycredentials dcerpc', - pyembed=True, + pyext=True, ) |