summaryrefslogtreecommitdiff
path: root/lib/tevent/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-28 18:56:05 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-15 12:22:18 +1100
commita18a5562377acaf26d42a431adbe3a673c013e93 (patch)
treede9aeebf27253a3b8c5d0f533e81a5160119d215 /lib/tevent/wscript
parente3e1eada45d28fa2034919d1096c0437da80ecff (diff)
downloadsamba-a18a5562377acaf26d42a431adbe3a673c013e93.tar.gz
samba-a18a5562377acaf26d42a431adbe3a673c013e93.tar.bz2
samba-a18a5562377acaf26d42a431adbe3a673c013e93.zip
tevent: use public_headers for tevent.h
Diffstat (limited to 'lib/tevent/wscript')
-rw-r--r--lib/tevent/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index 7ccaf0acdb..c57b65a425 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -70,7 +70,6 @@ def build(bld):
if bld.env.standalone_tevent:
bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
bld.PKG_CONFIG_FILES('tevent.pc', vnum=VERSION)
- bld.INSTALL_FILES('${INCLUDEDIR}', 'tevent.h')
private_library = False
else:
private_library = True
@@ -84,6 +83,7 @@ def build(bld):
abi_directory='ABI',
abi_match='tevent_* _tevent_*',
vnum=VERSION,
+ public_headers='tevent.h',
private_library=private_library)
bld.SAMBA_PYTHON('pytevent',