]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: remove smbd_conn private library
authorRalph Boehme <slow@samba.org>
Sun, 27 Sep 2020 06:52:58 +0000 (08:52 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 2 Oct 2020 19:39:43 +0000 (19:39 +0000)
This is not needed anymore since 6822baa2920f30374ec84363497d97e24f359fab.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/wscript_build

index 95a54db5ab24e1ecbcee1a6f8dcd380ee7a0838d..62d6820b5d2d9d292ac1e93b5ebe65cddd543bd1 100644 (file)
@@ -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