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/popt/wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/popt') diff --git a/lib/popt/wscript b/lib/popt/wscript index 7d236dd336..7fd15ed53a 100644 --- a/lib/popt/wscript +++ b/lib/popt/wscript @@ -15,5 +15,4 @@ def build(bld): bld.SAMBA_LIBRARY('popt', source='findme.c popt.c poptconfig.c popthelp.c poptparse.c', cflags='-DDBL_EPSILON=__DBL_EPSILON__', - is_bundled=True, - ) + private_library=True) -- cgit