From: Andreas Schneider Date: Wed, 18 Jan 2012 11:00:39 +0000 (+0100) Subject: s3-waf: Link param only against needed subsystems. X-Git-Tag: tevent-0.9.15~241 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6822baa2920f30374ec84363497d97e24f359fab;p=thirdparty%2Fsamba.git s3-waf: Link param only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index 047f09c707a..c12b63d93a2 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -738,7 +738,7 @@ bld.SAMBA_GENERATOR('param/param_global_h', bld.SAMBA3_SUBSYSTEM('param', source=PARAM_WITHOUT_REG_SRC, - deps='samba-util PARAM_UTIL smbd_conn 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''') bld.SAMBA3_PYTHON('pys3param', source='param/pyparam.c',