diff options
author | Ralph Boehme <slow@samba.org> | 2020-09-27 08:52:58 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2021-01-20 09:26:13 +0000 |
commit | a6ec2580b4dc41bf78cab5bac282f4cd618adcf2 (patch) | |
tree | d43f82842d1ea39c613998968d87d89e0433abb3 | |
parent | 810b019db9ed9f5e1ea49db2b1c3e4e5fcae7f5c (diff) | |
download | samba-a6ec2580b4dc41bf78cab5bac282f4cd618adcf2.tar.gz |
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 <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 80ac7fa7c4c728bef4f947872c090fec35fb26f0)
-rw-r--r-- | source3/wscript_build | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 5a07eddac44..d86a9fcadbf 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -587,11 +587,6 @@ bld.SAMBA3_LIBRARY('smbconf', pc_files=[], vnum='0') -bld.SAMBA3_LIBRARY('smbd_conn', - source='smbd/conn.c', - deps='samba3-util samba-util FNAME_UTIL', - private_library=True) - bld.SAMBA3_SUBSYSTEM('sysquotas', source=''' lib/sysquotas.c @@ -706,6 +701,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 @@ -718,7 +714,6 @@ bld.SAMBA3_LIBRARY('smbd_base', vfs_posixacl inotify samba3core - smbd_conn param_service AVAHI PRINTBASE |