pytalloc-util: Don't mark as python extension, use pyembed instead.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 12 Nov 2011 14:38:45 +0000 (15:38 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 13 Nov 2011 17:06:06 +0000 (18:06 +0100)
lib/talloc/wscript

index dd83e16a423273af472bfb2afbcca6a6e8c2f662..12dcf26d2c8e2c534b94df0ea80410a3146c52a5 100644 (file)
@@ -112,7 +112,7 @@ def build(bld):
         bld.SAMBA_LIBRARY('pytalloc-util',
             source='pytalloc_util.c',
             public_deps='talloc',
-            pyext=True,
+            pyembed=True,
             vnum=VERSION,
             hide_symbols=True,
             abi_directory='ABI',