From 651941abbaafc29bff68d37f2ff343cf05982008 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 19 Mar 2010 10:48:32 +1100 Subject: build: python modules need the libs from broken lib loops too --- buildtools/wafsamba/samba_deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools') diff --git a/buildtools/wafsamba/samba_deps.py b/buildtools/wafsamba/samba_deps.py index fa34cb8fcf..a3910b0d28 100644 --- a/buildtools/wafsamba/samba_deps.py +++ b/buildtools/wafsamba/samba_deps.py @@ -584,7 +584,7 @@ def calculate_final_deps(bld, tgt_list): # we now need to make corrections for any library loops we broke up # any target that depended on the target of the loop and doesn't # depend on the source of the loop needs to get the loop source added - for type in ['BINARY']: + for type in ['BINARY','PYTHON']: for t in tgt_list: if t.samba_type != type: continue for loop in loops: -- cgit