From aa5e08eb83fd7b130a98850e103654d8c0b2f96f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Mar 2010 13:56:05 +1100 Subject: s4-waf: install the rest of the headers --- source4/auth/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/wscript_build') diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index ddfb046bad..c7dfa8943c 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -12,6 +12,7 @@ bld.SAMBA_SUBSYSTEM('auth_session', autoproto='session_proto.h', public_deps='CREDENTIALS', public_headers='session.h', + header_path='samba', deps='SAMDB' ) -- cgit