From: Jelmer Vernooij Date: Mon, 4 Jan 2016 23:01:26 +0000 (+0000) Subject: tevent: Only set public headers field when installing as a public library. X-Git-Url: http://git.samba.org/?p=obnox%2Fsamba%2Fsamba-obnox.git;a=commitdiff_plain;h=2cba4918dbe82fb9d0455c73d35aa551dccc924f tevent: Only set public headers field when installing as a public library. Signed-off-by: Jelmer Vernooij --- diff --git a/lib/tevent/wscript b/lib/tevent/wscript index 73871d88674..103cc06cef2 100755 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -107,7 +107,7 @@ def build(bld): abi_directory='ABI', abi_match='tevent_* _tevent_*', vnum=VERSION, - public_headers='tevent.h', + public_headers=('' if private_library else 'tevent.h'), public_headers_install=not private_library, pc_files='tevent.pc', private_library=private_library)