From 1a6fd61a412820ab0ac5d741824068c0457ac480 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 28 Feb 2011 19:20:46 +0100 Subject: [PATCH] tevent: Add lib/tevent as include directory. --- lib/tevent/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tevent/wscript b/lib/tevent/wscript index b82a41f573f..07143c13571 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, -- 2.11.4.GIT