diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-05-31 02:43:17 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-05-31 03:28:42 +0200 |
commit | 3858b5db8be50dda5d994ecc8863b32a150a2528 (patch) | |
tree | 48b8f4739c46dad9dce4799386f5d01a45b3f726 /lib/tevent/wscript | |
parent | 17ad28c5826590a973fe1f0e1c6be0d18f1ec458 (diff) | |
download | samba-3858b5db8be50dda5d994ecc8863b32a150a2528.tar.gz samba-3858b5db8be50dda5d994ecc8863b32a150a2528.tar.bz2 samba-3858b5db8be50dda5d994ecc8863b32a150a2528.zip |
s4-waf: sanitize library names like the old build system did, only add
-samba4 suffix for libraries that are bundled.
Diffstat (limited to 'lib/tevent/wscript')
-rw-r--r-- | lib/tevent/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript index e61133c2dc..46ac62066f 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -57,7 +57,8 @@ def build(bld): enabled= not bld.CONFIG_SET('USING_SYSTEM_TEVENT'), abi_file='ABI/tevent-%s.sigs' % VERSION, abi_match='tevent_* _tevent_*', - vnum=VERSION) + vnum=VERSION, + is_bundled=not bld.env.standalone_tevent) if bld.env.standalone_tevent: bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig' |