diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-11 10:33:21 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-11 09:24:56 +0000 |
commit | ba02178e879b4a7d4848354f4d30fbedd3e75028 (patch) | |
tree | 6933986632b0a7bf0e5b90ae2fa41511b0e382e6 | |
parent | d589430fa006dc4fc950be025e3a949b56e1a7bd (diff) | |
download | samba-ba02178e879b4a7d4848354f4d30fbedd3e75028.tar.gz samba-ba02178e879b4a7d4848354f4d30fbedd3e75028.tar.bz2 samba-ba02178e879b4a7d4848354f4d30fbedd3e75028.zip |
util: Fix installation path of tevent_ntstatus.h, tevent_unix.h (bug 7720).
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Oct 11 09:24:56 UTC 2010 on sn-devel-104
-rw-r--r-- | lib/util/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 0b2991af57..91c85f0837 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') ], ) |