]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:utils: remove notify_msg.c from smbstatus sources
authorStefan Metzmacher <metze@samba.org>
Fri, 26 Nov 2021 00:39:40 +0000 (01:39 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 30 Nov 2021 15:53:34 +0000 (15:53 +0000)
This is not needed for smbstatus and the symbols are also available
via 'smbd_base', which already contains notify_msg.c.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14780

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/utils/wscript_build

index 1438b8bb3a83955c0c4b989f11f663dcfa844307..2e1441e7ddc934ce92d12e2b1f3b1f23f20255e7 100644 (file)
@@ -300,7 +300,7 @@ bld.SAMBA3_BINARY('destroy_netlogon_creds_cli',
                   ''',
                   install=False)
 
-smbstatus_source = 'status.c ../smbd/notify_msg.c'
+smbstatus_source = 'status.c'
 
 if bld.CONFIG_GET("WITH_PROFILE"):
     smbstatus_source += ' status_profile.c'