summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-11-22 11:00:37 +0100
committerMichael Adam <obnox@samba.org>2016-12-04 16:35:21 +0100
commit9571948a84031121f7d65aac04b088e0aca2c4cd (patch)
tree4da839782efe9632dc1308d1abdc4ead6beadd87 /source3
parent662b1ff6018a82a967101faec28b677779b60055 (diff)
downloadsamba-9571948a84031121f7d65aac04b088e0aca2c4cd.tar.gz
s3:waf: Reformat smbspool_krb5_wrapper
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 4fc1aa061e3..2110bc345db 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1138,9 +1138,9 @@ bld.SAMBA3_BINARY('smbspool',
bld.SAMBA3_BINARY('smbspool_krb5_wrapper',
source='client/smbspool_krb5_wrapper.c',
deps='''
- DYNCONFIG
- cups
- ''',
+ DYNCONFIG
+ cups
+ ''',
install_path='${LIBEXECDIR}/samba',
enabled=bld.CONFIG_SET('HAVE_CUPS'))