From 38d6274864ebb4d31333946379496d67745cd3c5 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 28 Apr 2010 18:55:20 -0400 Subject: s3-smbd: Added code to print via spoolss. --- source3/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index f5265011f7..2dfce3c2b3 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -694,7 +694,8 @@ 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/printfsp.c lib/sysquotas.c lib/sysquotas_linux.c + printing/printfsp.c printing/printspoolss.c + lib/sysquotas.c lib/sysquotas_linux.c lib/sysquotas_xfs.c lib/sysquotas_4A.c smbd/fake_file.c smbd/quotas.c smbd/ntquotas.c ${AFS_SRC} smbd/msdfs.c -- cgit