diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-14 22:28:38 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-03-15 09:29:02 +1100 |
commit | 04593da3016482afa21f3a8873a47e9adbf183bb (patch) | |
tree | a52d9affc54da7bb6a8174c4ba35f9e922295246 /source3 | |
parent | 49bb7f248a2059dc15636db0d4c00653eab7197c (diff) | |
download | samba-04593da3016482afa21f3a8873a47e9adbf183bb.tar.gz samba-04593da3016482afa21f3a8873a47e9adbf183bb.tar.bz2 samba-04593da3016482afa21f3a8873a47e9adbf183bb.zip |
build: param must require cups to get the cups headers path in -I
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |