summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 16:49:17 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:29 +0100
commitde1836f586ccace771523e2389838909b4547d28 (patch)
treec5d072b12f762c46769b5f11543be0e485b981ce /source3
parentb295da29b139085e98b48bed721442320f02e91f (diff)
downloadsamba-de1836f586ccace771523e2389838909b4547d28.tar.gz
samba-de1836f586ccace771523e2389838909b4547d28.tar.bz2
samba-de1836f586ccace771523e2389838909b4547d28.zip
s3-waf: Link test_lp_load only against needed subsystems.
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 1af42fa997..e2cfc14aa2 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1625,7 +1625,10 @@ bld.SAMBA3_BINARY('rpc_open_tcp',
bld.SAMBA3_BINARY('test_lp_load',
source=TEST_LP_LOAD_SRC,
- deps='''talloc tdb_compat tevent cap wbclient param smbd_shim popt_samba3 LIBNTLMSSP''',
+ deps='''
+ talloc
+ param
+ popt_samba3''',
vars=locals())
bld.SAMBA3_BINARY('dbwrap_tool',