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:
parent
ef1e9ed941
commit
f308c2f9da
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user