From 6a27928cedf31e7e76572775a7f6d4a9e2f01c95 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 28 Mar 2011 16:42:21 +0200 Subject: s3-waf: fix spoolssd compile. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index d314a2a2e2..3e71e94c43 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -357,7 +357,7 @@ SMBD_SRC_SRV = '''smbd/server_reload.c smbd/files.c smbd/connection.c smbd/vfs.c smbd/perfcount.c smbd/statcache.c smbd/seal.c smbd/posix_acls.c lib/sysacls.c smbd/process.c smbd/service.c smbd/error.c - printing/printspoolss.c + printing/printspoolss.c printing/spoolssd.c lib/sysquotas.c lib/sysquotas_linux.c lib/sysquotas_xfs.c lib/sysquotas_4A.c lib/sysquotas_nfs.c -- cgit