diff options
Diffstat (limited to 'lib/tevent/wscript')
-rw-r--r-- | lib/tevent/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
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', |