summaryrefslogtreecommitdiff
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
parent0dcc51ef801d4b3e24973895217f36f1a88ad4eb (diff)
downloadsamba-6d06a310f3fbccc2a57e224b02a7c1774a660b14.tar.gz
samba-6d06a310f3fbccc2a57e224b02a7c1774a660b14.tar.bz2
samba-6d06a310f3fbccc2a57e224b02a7c1774a660b14.zip
s3-waf: Fix cups dependency in PRINTING.
-rwxr-xr-xsource3/rpc_server/wscript_build2
-rwxr-xr-xsource3/wscript_build2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_server/wscript_build b/source3/rpc_server/wscript_build
index c7a8eccd6e..a0829fecac 100755
--- a/source3/rpc_server/wscript_build
+++ b/source3/rpc_server/wscript_build
@@ -117,7 +117,7 @@ bld.SAMBA3_SUBSYSTEM('RPC_SRVSVC',
bld.SAMBA3_SUBSYSTEM('RPC_SPOOLSS',
source=RPC_SPOOLSS_SRC,
- deps='cups PRINTING PRINTBACKEND LIBCLI_WINREG_INTERNAL RPC_NCACN_NP',
+ deps='PRINTING PRINTBACKEND LIBCLI_WINREG_INTERNAL RPC_NCACN_NP',
vars=locals())
bld.SAMBA3_SUBSYSTEM('RPC_EVENTLOG',
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())