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:
@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user