summaryrefslogtreecommitdiff
path: root/lib/tevent/wscript
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-02-28 19:20:46 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-02-28 21:11:21 +0100
commit1a6fd61a412820ab0ac5d741824068c0457ac480 (patch)
treec134f6cd9a98784faa4988f7d6b545c0c2a393d3 /lib/tevent/wscript
parent0bd390e706135fca80ce82e8b3cf3841d7f142fb (diff)
downloadsamba-1a6fd61a412820ab0ac5d741824068c0457ac480.tar.gz
samba-1a6fd61a412820ab0ac5d741824068c0457ac480.tar.bz2
samba-1a6fd61a412820ab0ac5d741824068c0457ac480.zip
tevent: Add lib/tevent as include directory.
Diffstat (limited to 'lib/tevent/wscript')
-rw-r--r--lib/tevent/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index b82a41f573..07143c1357 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -80,6 +80,7 @@ def build(bld):
SRC,
deps='replace talloc',
enabled= not bld.CONFIG_SET('USING_SYSTEM_TEVENT'),
+ includes='.',
abi_directory='ABI',
abi_match='tevent_* _tevent_*',
vnum=VERSION,