mirror of
https://github.com/samba-team/samba.git
synced 2025-11-09 20:23:51 +03:00
r26106: Add targets for building, installing and checking python bindings.
This commit is contained in:
committed by
Stefan Metzmacher
parent
634436adaa
commit
7f1d38df05
@@ -10,5 +10,5 @@ setup(name="ldb",
|
||||
license="LGPLv3",
|
||||
keywords=["ldap","ldb","db","ldif"],
|
||||
ext_modules=[Extension('_ldb', ['ldb.i'], include_dirs=['include'],
|
||||
libraries=['ldb','ldap'])],
|
||||
library_dirs=["lib"], libraries=['ldb','ldap'])],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user