From c56e3ccfc9eafbb69b03dc40346e3115bec42ef6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 3 Mar 2011 17:19:33 +1100 Subject: lib: don't install public headers if a private library for talloc/tevent/tdb, only install headers if we are doing a standalone build --- lib/tevent/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tevent/wscript') diff --git a/lib/tevent/wscript b/lib/tevent/wscript index c57b65a425..de245d92e7 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -84,6 +84,7 @@ def build(bld): abi_match='tevent_* _tevent_*', vnum=VERSION, public_headers='tevent.h', + public_headers_install=not private_library, private_library=private_library) bld.SAMBA_PYTHON('pytevent', -- cgit