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/param/wscript_build | |
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/param/wscript_build')
-rw-r--r-- | source4/param/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build index 6532782b85..3595d0be7a 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -14,7 +14,7 @@ bld.SAMBA_LIBRARY('LIBSAMBA-HOSTCONFIG', bld.SAMBA_SUBSYSTEM('PROVISION', source='provision.c pyparam.c', deps='LIBPYTHON pyparam_util ldb PYTALLOC', - pyembed=True, + pyext=True, ) @@ -57,6 +57,6 @@ bld.SAMBA_PYTHON('param', bld.SAMBA_SUBSYSTEM('pyparam_util', source='pyparam_util.c', deps='LIBPYTHON LIBSAMBA-HOSTCONFIG', - pyembed=True + pyext=True, ) |