From 579f06e0014adf5c1ce3df6add4fb03d53673a3b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 08:58:35 +1100 Subject: build: subunit and popt need to be marked as private libraries they have no vnum --- lib/subunit/c/wscript | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/subunit') diff --git a/lib/subunit/c/wscript b/lib/subunit/c/wscript index 75449121c6..3e5311d79f 100644 --- a/lib/subunit/c/wscript +++ b/lib/subunit/c/wscript @@ -10,5 +10,7 @@ def build(bld): if bld.CONFIG_SET('USING_SYSTEM_SUBUNIT'): return - bld.SAMBA_LIBRARY('subunit', source='lib/child.c', is_bundled=True, - includes='include') + bld.SAMBA_LIBRARY('subunit', + source='lib/child.c', + private_library=True, + includes='include') -- cgit