1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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 <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Jeremy Allison 2014-04-18 14:47:39 -07:00
parent 895d0ac56d
commit 5ae7550ab4

View File

@ -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