From: Stefan Metzmacher Date: Fri, 26 Nov 2021 00:39:40 +0000 (+0100) Subject: s3:utils: remove notify_msg.c from smbstatus sources X-Git-Tag: tdb-1.4.6~510 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35446c27f8ef3532d2440d4e86774e13065e86c4;p=thirdparty%2Fsamba.git s3:utils: remove notify_msg.c from smbstatus sources 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 Reviewed-by: Andrew Bartlett Reviewed-by: Andreas Schneider --- diff --git a/source3/utils/wscript_build b/source3/utils/wscript_build index 1438b8bb3a8..2e1441e7ddc 100644 --- a/source3/utils/wscript_build +++ b/source3/utils/wscript_build @@ -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'