From 7ec45672a30a428c3162275f5d47245a012ce81a Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Sun, 27 Sep 2020 08:52:58 +0200 Subject: [PATCH] build: remove smbd_conn private library This is not needed anymore since 6822baa2920f30374ec84363497d97e24f359fab. Needed here for: BUG: https://bugzilla.samba.org/show_bug.cgi?id=14612 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison (cherry picked from commit 80ac7fa7c4c728bef4f947872c090fec35fb26f0) --- source3/wscript_build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/source3/wscript_build b/source3/wscript_build index 10d9f71ae76..d2793cacb92 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -606,11 +606,6 @@ bld.SAMBA3_LIBRARY('smbconf', pc_files=[], vnum='0') -bld.SAMBA3_LIBRARY('smbd_conn', - source='smbd/conn.c', - deps='samba3-util samba-util', - private_library=True) - bld.SAMBA3_SUBSYSTEM('sysquotas', source=''' lib/sysquotas.c @@ -725,6 +720,7 @@ bld.SAMBA3_LIBRARY('smbd_base', smbd/notify_msg.c smbd/build_options.c smbd/smb1_utils.c + smbd/conn.c ''' + NOTIFY_SOURCES, deps=''' talloc @@ -737,7 +733,6 @@ bld.SAMBA3_LIBRARY('smbd_base', vfs_posixacl inotify samba3core - smbd_conn param_service AVAHI PRINTBASE -- 2.11.4.GIT