summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-18 12:00:39 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:27 +0100
commit6822baa2920f30374ec84363497d97e24f359fab (patch)
tree71a9c3354bbc335c1f41f155d239c853a57031ce /source3
parentf77680de22c3c9ac399a78c95be39bfa79e07b8f (diff)
downloadsamba-6822baa2920f30374ec84363497d97e24f359fab.tar.gz
samba-6822baa2920f30374ec84363497d97e24f359fab.tar.bz2
samba-6822baa2920f30374ec84363497d97e24f359fab.zip
s3-waf: Link param only against needed subsystems.
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 047f09c707..c12b63d93a 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',