summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-12-09 09:36:55 +0100
committerStefan Metzmacher <metze@samba.org>2010-12-09 16:45:50 +0100
commite1485c70fc1de2472e54fc1aaa23469e70ec3428 (patch)
tree6f87b9fa97287edd4e400016ad8db30bef610252 /lib
parent377b3995b168779d994138848f0ebc6059bba31c (diff)
downloadsamba-e1485c70fc1de2472e54fc1aaa23469e70ec3428.tar.gz
samba-e1485c70fc1de2472e54fc1aaa23469e70ec3428.tar.bz2
samba-e1485c70fc1de2472e54fc1aaa23469e70ec3428.zip
talloc: pytalloc-util should not have an ABI-file yet
Somehow I forgot to remove this after discussion with Jelmer. metze
Diffstat (limited to 'lib')
-rw-r--r--lib/talloc/wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript
index a23532a189..6316abafd8 100644
--- a/lib/talloc/wscript
+++ b/lib/talloc/wscript
@@ -106,8 +106,6 @@ def build(bld):
bld.SAMBA_LIBRARY('pytalloc-util',
source='pytalloc_util.c',
public_deps='talloc',
- abi_directory='ABI',
- abi_match='py* Py*',
pyext=True,
vnum=VERSION,
private_library=private_library,