diff options
author | Volker Lendecke <vl@samba.org> | 2009-05-16 19:03:37 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-05-16 19:22:03 +0200 |
commit | ebb79e27dcea6e0b8215b878c9d42bcc9dd960e7 (patch) | |
tree | cc665bf20d25538ed2fd46c059dca11623f08f10 | |
parent | 5065cf70f8bf41193d6d33413f2285f62bba0502 (diff) | |
download | samba-ebb79e27dcea6e0b8215b878c9d42bcc9dd960e7.tar.gz samba-ebb79e27dcea6e0b8215b878c9d42bcc9dd960e7.tar.bz2 samba-ebb79e27dcea6e0b8215b878c9d42bcc9dd960e7.zip |
Fix the merged build -- thanks jelmer for the hint!
-rw-r--r-- | source3/samba4.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4 index 568283cd87..9e86f3fb1f 100644 --- a/source3/samba4.m4 +++ b/source3/samba4.m4 @@ -90,8 +90,6 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent = TEVENT_REQUIRED_VERSION, [],[m4_include(../lib/tevent/samba.m4)] ) -SMB_INCLUDE_MK(../lib/tevent/python.mk) - SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb = LDB_REQUIRED_VERSION, [ SMB_INCLUDE_MK(lib/ldb/ldb_ildap/config.mk) |