From 4c22434b3b261d5af45131dc5542e81857c4f468 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 16 Jun 2010 20:38:22 +0200 Subject: s4: Don't build a $prefix/lib/libpython.so, as such a library often already exists :-) --- source4/scripting/python/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index c77b254fad..9eed8b825a 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -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, ) -- cgit