From: Volker Lendecke Date: Wed, 18 Oct 2017 15:02:56 +0000 (+0200) Subject: smbd: cleanupdb.c is used in smbd only X-Git-Tag: tevent-0.9.34~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37725f0bf81448bc7f981a67402c8b4bebb10861;p=thirdparty%2Fsamba.git smbd: cleanupdb.c is used in smbd only Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/wscript_build b/source3/wscript_build index e9852f04f11..be0811f8737 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -412,7 +412,6 @@ bld.SAMBA3_SUBSYSTEM('samba3core', lib/idmap_cache.c lib/util_ea.c lib/background.c - lib/cleanupdb.c ''', deps=''' samba3util @@ -670,6 +669,7 @@ bld.SAMBA3_LIBRARY('smbd_base', printing/printspoolss.c lib/sessionid_tdb.c lib/conn_tdb.c + lib/cleanupdb.c smbd/fake_file.c smbd/quotas.c smbd/ntquotas.c