1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Fix Samba 3 merged build - include tevent.

This commit is contained in:
Jelmer Vernooij 2008-12-28 04:12:46 +01:00
parent ef1e9ed941
commit f308c2f9da

View File

@ -65,6 +65,17 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.3,
SMB_INCLUDE_MK(../lib/tdb/python.mk)
SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.0,
[],
[
m4_include(../lib/tevent/libtevent.m4)
SMB_INCLUDE_MK(../lib/tevent/config.mk)
AC_CONFIG_FILES(../lib/tevent/tevent.pc)
]
)
SMB_INCLUDE_MK(../lib/tevent/python.mk)
SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb = 0.9.1,
[
SMB_INCLUDE_MK(lib/ldb/ldb_ildap/config.mk)