From 8ed7ff483cc55091138f1e61cfc7573f2f8a0015 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 4 Apr 2012 14:51:09 +0200 Subject: s3: Add smbstatus -N to output the notify db Autobuild-User: Volker Lendecke Autobuild-Date: Tue Apr 17 11:54:35 CEST 2012 on sn-devel-104 --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 652743c86f..d68dd5cdb2 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -427,7 +427,7 @@ SWAT_SRC1 = '''web/cgi.c web/diagnose.c web/startstop.c web/statuspage.c SWAT_SRC = '''${SWAT_SRC1}''' -STATUS_SRC = '''utils/status.c utils/status_profile.c''' +STATUS_SRC = '''utils/status.c utils/status_profile.c smbd/notify_internal.c''' SMBCONTROL_SRC = '''utils/smbcontrol.c''' -- cgit