summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 12:35:58 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:28 +0100
commit0871a1b2123814340e17d2cc7ce6b43da6131b2c (patch)
treef89d570f50e3964939bb0b9535e7a92f8924e261
parent1d6841decd8dc3cf3346ab813b5be40bde72a38f (diff)
downloadsamba-0871a1b2123814340e17d2cc7ce6b43da6131b2c.tar.gz
samba-0871a1b2123814340e17d2cc7ce6b43da6131b2c.tar.bz2
samba-0871a1b2123814340e17d2cc7ce6b43da6131b2c.zip
s3-waf: Link profiles only against needed subsystems.
-rwxr-xr-xsource3/wscript_build6
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 11f2e2cd1d..4ccffe801a 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1366,7 +1366,11 @@ bld.SAMBA3_BINARY('net',
bld.SAMBA3_BINARY('profiles',
source=PROFILES_SRC,
- deps='''talloc tdb_compat cap tevent popt_samba3 param samba3core smbd_shim REGFIO''',
+ deps='''
+ talloc
+ popt_samba3
+ param
+ REGFIO''',
vars=locals())
bld.SAMBA3_BINARY('smbspool',