1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

r26113: Build tdb python bindings even when not using system tdb.

(This used to be commit ebe63bd3bc)
This commit is contained in:
Jelmer Vernooij
2007-11-25 15:28:41 +01:00
committed by Stefan Metzmacher
parent 3023afce68
commit 08b01dba3d

View File

@ -37,7 +37,6 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.1.0,
SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.0,
[
SMB_INCLUDE_MK(lib/tdb/python.mk)
],
[
m4_include(lib/tdb/libtdb.m4)
@ -45,6 +44,8 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.0,
]
)
SMB_INCLUDE_MK(lib/tdb/python.mk)
SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb >= 0.9.1,
[
SMB_INCLUDE_MK(lib/ldb/ldb_ildap/config.mk)