The branch, master has been updated
via ba02178 util: Fix installation path of tevent_ntstatus.h,
tevent_unix.h (bug 7720).
from d589430 credentials: Fix the build.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit ba02178e879b4a7d4848354f4d30fbedd3e75028
Author: Jelmer Vernooij <[email protected]>
Date: Mon Oct 11 10:33:21 2010 +0200
util: Fix installation path of tevent_ntstatus.h, tevent_unix.h (bug 7720).
Autobuild-User: Jelmer Vernooij <[email protected]>
Autobuild-Date: Mon Oct 11 09:24:56 UTC 2010 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
lib/util/wscript_build | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index 0b2991a..91c85f0 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') ],
)
--
Samba Shared Repository