summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 18:25:18 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:30 +0100
commit6d06a310f3fbccc2a57e224b02a7c1774a660b14 (patch)
tree094219209d3cb381b0d3192eb3b2c973d38b2a9e /source3/wscript_build
parent0dcc51ef801d4b3e24973895217f36f1a88ad4eb (diff)
downloadsamba-6d06a310f3fbccc2a57e224b02a7c1774a660b14.tar.gz
samba-6d06a310f3fbccc2a57e224b02a7c1774a660b14.tar.bz2
samba-6d06a310f3fbccc2a57e224b02a7c1774a660b14.zip
s3-waf: Fix cups dependency in PRINTING.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 2165cb9ffb..6db23fcd8e 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1285,7 +1285,7 @@ bld.SAMBA3_BINARY('web/swat',
PASSCHANGE
PRINTBASE
PRINTING
- cups''',
+ ''',
enabled=bld.env.build_swat,
install_path='${SBINDIR}',
vars=locals())