mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
r26177: Allow prebuilding swig wrapper, install ldb.py.
(This used to be commit e61160dce4)
This commit is contained in:
committed by
Stefan Metzmacher
parent
84945d9fae
commit
8463b9aff9
@@ -9,7 +9,7 @@ setup(name="ldb",
|
||||
author_email="ldb@samba.org",
|
||||
license="LGPLv3",
|
||||
keywords=["ldap","ldb","db","ldif"],
|
||||
ext_modules=[Extension('_ldb', ['ldb.i'], include_dirs=['include'],
|
||||
swig_opts=["-keyword"],
|
||||
py_modules=["ldb"],
|
||||
ext_modules=[Extension('_ldb', ['ldb_wrap.c'], include_dirs=['include'],
|
||||
library_dirs=["lib"], libraries=['ldb','ldap'])],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user