diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-12-09 09:36:55 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-12-09 16:45:50 +0100 |
commit | e1485c70fc1de2472e54fc1aaa23469e70ec3428 (patch) | |
tree | 6f87b9fa97287edd4e400016ad8db30bef610252 /lib/talloc | |
parent | 377b3995b168779d994138848f0ebc6059bba31c (diff) | |
download | samba-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/talloc')
-rw-r--r-- | lib/talloc/wscript | 2 |
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, |