diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 08:58:35 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:24 +1100 |
commit | 579f06e0014adf5c1ce3df6add4fb03d53673a3b (patch) | |
tree | 98839f40c93a26d5c01c824d8914fe3d29429e98 /lib/popt/wscript | |
parent | e2a2c717573fda174a93f823c1c4bccf214052c0 (diff) | |
download | samba-579f06e0014adf5c1ce3df6add4fb03d53673a3b.tar.gz samba-579f06e0014adf5c1ce3df6add4fb03d53673a3b.tar.bz2 samba-579f06e0014adf5c1ce3df6add4fb03d53673a3b.zip |
build: subunit and popt need to be marked as private libraries
they have no vnum
Diffstat (limited to 'lib/popt/wscript')
-rw-r--r-- | lib/popt/wscript | 3 |
1 files changed, 1 insertions, 2 deletions
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) |