1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

s4: Don't build a $prefix/lib/libpython.so, as such a library often already exists :-)

This commit is contained in:
Jelmer Vernooij
2010-06-16 20:38:22 +02:00
parent b391b7d072
commit 4c22434b3b

View File

@ -1,9 +1,10 @@
#!/usr/bin/env python
bld.SAMBA_PYTHON('LIBPYTHON',
bld.SAMBA_SUBSYSTEM('LIBPYTHON',
source='modules.c',
public_deps='EXT_LIB_PYTHON',
init_function_sentinal='{NULL,NULL}',
needs_python=True,
)