1
0
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:
Jelmer Vernooij
2007-11-25 02:58:12 +01:00
committed by Stefan Metzmacher
parent 634436adaa
commit 7f1d38df05
2 changed files with 20 additions and 6 deletions

View File

@@ -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'])],
)