s4: Don't build a $prefix/lib/libpython.so, as such a library often already exists :-)
authorJelmer Vernooij <jelmer@samba.org>
Wed, 16 Jun 2010 18:38:22 +0000 (20:38 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 18 Jun 2010 21:51:40 +0000 (23:51 +0200)
source4/scripting/python/wscript_build

index c77b254fad82fc80e03e5debb6eb31268c1211a1..9eed8b825a50f3212d7a77d4bd15d8b1da2efe0e 100644 (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,
        )