From 500d5523d2a83234d6bfbf264d78293426488bfc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 2 Jan 2005 07:51:13 +0000 Subject: r4475: fixed smbd to work with the small changes in the ldb API (the most important change was in the ldb_msg_add_*() routines, which now use the msg as a context, and thus it needs to be a talloc ptr) (This used to be commit 1a4713bfd0e519f3eb7b3241121ff914a6eeef18) --- source4/build/smb_build/main.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/build/smb_build') diff --git a/source4/build/smb_build/main.pm b/source4/build/smb_build/main.pm index 0f98b9fc90..3911820edb 100644 --- a/source4/build/smb_build/main.pm +++ b/source4/build/smb_build/main.pm @@ -33,6 +33,7 @@ sub smb_build_main($) "lib/dcom/config.mk", "lib/socket/config.mk", "lib/ldb/config.mk", + "lib/talloc/config.mk", "lib/tdb/config.mk", "lib/registry/config.mk", "lib/messaging/config.mk", -- cgit