summaryrefslogtreecommitdiff
path: root/source4/scripting/python
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-16 20:38:22 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-18 23:51:40 +0200
commit4c22434b3b261d5af45131dc5542e81857c4f468 (patch)
treee9b3cb8083361f89f237d682c5f45274992ff298 /source4/scripting/python
parentb391b7d07274d30231273255ebe064b4c356e855 (diff)
downloadsamba-4c22434b3b261d5af45131dc5542e81857c4f468.tar.gz
samba-4c22434b3b261d5af45131dc5542e81857c4f468.tar.bz2
samba-4c22434b3b261d5af45131dc5542e81857c4f468.zip
s4: Don't build a $prefix/lib/libpython.so, as such a library often already exists :-)
Diffstat (limited to 'source4/scripting/python')
-rw-r--r--source4/scripting/python/wscript_build3
1 files changed, 2 insertions, 1 deletions
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,
)