From f430dd3cb8eb904a0b9a0dd0b786d913da16a155 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 30 Nov 2010 12:01:07 +0100 Subject: wafsamba: Fix indentation. Without this change we'd exclude the rpath for private libraries whenever the first dependency of a subsystem was a public library. Autobuild-User: Jelmer Vernooij Autobuild-Date: Tue Nov 30 13:08:04 CET 2010 on sn-devel-104 --- buildtools/wafsamba/samba_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools/wafsamba/samba_utils.py') diff --git a/buildtools/wafsamba/samba_utils.py b/buildtools/wafsamba/samba_utils.py index 1e360f0856..5811cb3240 100644 --- a/buildtools/wafsamba/samba_utils.py +++ b/buildtools/wafsamba/samba_utils.py @@ -69,7 +69,7 @@ def needs_private_lib(bld, target): t = bld.name_to_obj(lib, bld.env) if t and getattr(t, 'private_library', False): return True - return False + return False def install_rpath(target): -- cgit