From 5ae7550ab41ac25e081f5b616865222e7e5558ae Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 18 Apr 2014 14:47:39 -0700 Subject: [PATCH] s3 : build system : Move lib/background.c from smbd_base to samba3core. Allows background jobs to be run from winbindd and nmbd. Signed-off-by: Jeremy Allison Reviewed-by: Michael Adam --- source3/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/wscript_build b/source3/wscript_build index 4f5661f9395..e9c2f91adf1 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -343,7 +343,8 @@ bld.SAMBA3_SUBSYSTEM('samba3core', lib/audit.c lib/tevent_wait.c lib/idmap_cache.c - lib/util_ea.c''', + lib/util_ea.c + lib/background.c''', deps=''' samba3util LIBTSOCKET @@ -554,7 +555,6 @@ bld.SAMBA3_LIBRARY('smbd_base', smbd/error.c printing/printspoolss.c printing/spoolssd.c - lib/background.c lib/sessionid_tdb.c lib/conn_tdb.c smbd/fake_file.c -- 2.11.4.GIT