summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-11-12 05:20:10 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-11-13 18:06:06 +0100
commit312fd94002cd576140e5d90ef70ea2dd053c949a (patch)
tree663a557778993833e1f287f9fa4f6aa93e6d5967 /source4
parentc529c12c7d644bb2d7391a5d736ee9e6b12d6ab6 (diff)
downloadsamba-312fd94002cd576140e5d90ef70ea2dd053c949a.tar.gz
samba-312fd94002cd576140e5d90ef70ea2dd053c949a.tar.bz2
samba-312fd94002cd576140e5d90ef70ea2dd053c949a.zip
waf: Don't link python modules against libpython2.x, consistent with other Python modules.
Rather, rely just on waf's pyext feature. This fixes a warning from dh_python2.
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build
index 540f3b7bb7..8879f759ba 100644
--- a/source4/scripting/python/wscript_build
+++ b/source4/scripting/python/wscript_build
@@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('samba_python',
deps='LIBPYTHON pytalloc-util pyrpc_util',
grouping_library=True,
private_library=True,
- pyext=True)
+ pyembed=True)
bld.SAMBA_SUBSYSTEM('LIBPYTHON',
source='modules.c',