From 04593da3016482afa21f3a8873a47e9adbf183bb Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 14 Mar 2012 22:28:38 +1100 Subject: build: param must require cups to get the cups headers path in -I --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 61093a4184..e535cf8e8b 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -754,7 +754,7 @@ bld.SAMBA_GENERATOR('param/param_global_h', bld.SAMBA3_SUBSYSTEM('param', source=PARAM_WITHOUT_REG_SRC, - deps='samba-util PARAM_UTIL ldap lber LOADPARM_CTX samba3core smbconf param_local_h param/param_global_h''') + deps='samba-util PARAM_UTIL ldap lber LOADPARM_CTX samba3core smbconf param_local_h param/param_global_h cups''') bld.SAMBA3_PYTHON('pys3param', source='param/pyparam.c', -- cgit