util: Fix installation path of tevent_ntstatus.h, tevent_unix.h (bug 7720).
authorJelmer Vernooij <jelmer@samba.org>
Mon, 11 Oct 2010 08:33:21 +0000 (10:33 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 11 Oct 2010 09:24:56 +0000 (09:24 +0000)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Oct 11 09:24:56 UTC 2010 on sn-devel-104

lib/util/wscript_build

index 0b2991af577b51f2da07f921057d57335a056e8b..91c85f083796663773cdfa903555d363ad41de64 100644 (file)
@@ -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') ],
        )