1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s3-waf: Fix cups dependency in PRINTING.

This commit is contained in:
Andreas Schneider 2012-01-24 18:25:18 +01:00 committed by Andreas Schneider
parent 0dcc51ef80
commit 6d06a310f3
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -1285,7 +1285,7 @@ bld.SAMBA3_BINARY('web/swat',
PASSCHANGE
PRINTBASE
PRINTING
cups''',
''',
enabled=bld.env.build_swat,
install_path='${SBINDIR}',
vars=locals())