diff options
Diffstat (limited to 'source4/configure.ac')
-rw-r--r-- | source4/configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac index 53fcc11804..f4fb671aed 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -36,7 +36,9 @@ 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) SMB_INCLUDE_MK(lib/tdb/config.mk) |