diff options
-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, |