summaryrefslogtreecommitdiffstats
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2014-04-18 14:47:39 -0700
committerJeremy Allison <jra@samba.org>2014-04-23 22:33:09 +0200
commit5ae7550ab41ac25e081f5b616865222e7e5558ae (patch)
treee2ef9bb0f7f7039de462de70b9a9e3b7f653df2d /source3/wscript_build
parent895d0ac56d70692af6333880cac6320e873c7ab2 (diff)
downloadsamba-5ae7550ab41ac25e081f5b616865222e7e5558ae.tar.gz
samba-5ae7550ab41ac25e081f5b616865222e7e5558ae.tar.xz
samba-5ae7550ab41ac25e081f5b616865222e7e5558ae.zip
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>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 4f5661f939..e9c2f91adf 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