diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-02-28 19:20:46 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-02-28 21:11:21 +0100 |
commit | 1a6fd61a412820ab0ac5d741824068c0457ac480 (patch) | |
tree | c134f6cd9a98784faa4988f7d6b545c0c2a393d3 /lib | |
parent | 0bd390e706135fca80ce82e8b3cf3841d7f142fb (diff) | |
download | samba-1a6fd61a412820ab0ac5d741824068c0457ac480.tar.gz samba-1a6fd61a412820ab0ac5d741824068c0457ac480.tar.bz2 samba-1a6fd61a412820ab0ac5d741824068c0457ac480.zip |
tevent: Add lib/tevent as include directory.
Diffstat (limited to 'lib')
-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 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, |