1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

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.
This commit is contained in:
Jelmer Vernooij
2011-11-12 05:20:10 +01:00
parent c529c12c7d
commit 312fd94002
3 changed files with 5 additions and 6 deletions

View File

@ -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',