summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-03 17:19:33 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-15 12:22:20 +1100
commitc56e3ccfc9eafbb69b03dc40346e3115bec42ef6 (patch)
tree4fb36f73a8809bb40359332064befa00c685d920 /lib/tevent
parentf8655f4621a0dbacb712d384565c590f057adbbf (diff)
downloadsamba-c56e3ccfc9eafbb69b03dc40346e3115bec42ef6.tar.gz
samba-c56e3ccfc9eafbb69b03dc40346e3115bec42ef6.tar.bz2
samba-c56e3ccfc9eafbb69b03dc40346e3115bec42ef6.zip
lib: don't install public headers if a private library
for talloc/tevent/tdb, only install headers if we are doing a standalone build
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/wscript1
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',