summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
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'))