diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-28 04:12:46 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-28 04:12:46 +0100 |
commit | f308c2f9da7e9901aacb10a8bb19074fcadb056b (patch) | |
tree | a8ac6b968c04ee6cb008aaf5e85da21e6bd46e57 | |
parent | ef1e9ed94176d4ed938b184f8837e527dbf2c80c (diff) | |
download | samba-f308c2f9da7e9901aacb10a8bb19074fcadb056b.tar.gz samba-f308c2f9da7e9901aacb10a8bb19074fcadb056b.tar.bz2 samba-f308c2f9da7e9901aacb10a8bb19074fcadb056b.zip |
Fix Samba 3 merged build - include tevent.
-rw-r--r-- | source3/samba4.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4 index 02f0e853e5..5199363fc3 100644 --- a/source3/samba4.m4 +++ b/source3/samba4.m4 @@ -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) |