From ba02178e879b4a7d4848354f4d30fbedd3e75028 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 11 Oct 2010 10:33:21 +0200 Subject: [PATCH] util: Fix installation path of tevent_ntstatus.h, tevent_unix.h (bug 7720). Autobuild-User: Jelmer Vernooij Autobuild-Date: Mon Oct 11 09:24:56 UTC 2010 on sn-devel-104 --- lib/util/wscript_build | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 0b2991af577..91c85f08379 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -44,6 +44,7 @@ bld.SAMBA_SUBSYSTEM('UTIL_TEVENT', local_include=False, public_deps='tevent', public_headers='tevent_ntstatus.h tevent_unix.h', + header_path=[ ('*', 'util') ], ) -- 2.34.1