diff options
author | Günther Deschner <gd@samba.org> | 2011-03-28 16:42:21 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-29 16:03:54 +0200 |
commit | 6a27928cedf31e7e76572775a7f6d4a9e2f01c95 (patch) | |
tree | 5f258edcffa1bd59e21ea34448a427fcfeac77fd /source3 | |
parent | 2cb797456a3fa016dff31b92bf846b316d47b8a2 (diff) | |
download | samba-6a27928cedf31e7e76572775a7f6d4a9e2f01c95.tar.gz samba-6a27928cedf31e7e76572775a7f6d4a9e2f01c95.tar.bz2 samba-6a27928cedf31e7e76572775a7f6d4a9e2f01c95.zip |
s3-waf: fix spoolssd compile.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |