summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-27 13:56:05 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:09 +1000
commitaa5e08eb83fd7b130a98850e103654d8c0b2f96f (patch)
tree9715b7f853ca0954dba51bcd46b75c31d9cdf3ff /source4/auth
parent97ce609393ff72c4477ed3ae199cf87c04791634 (diff)
downloadsamba-aa5e08eb83fd7b130a98850e103654d8c0b2f96f.tar.gz
samba-aa5e08eb83fd7b130a98850e103654d8c0b2f96f.tar.bz2
samba-aa5e08eb83fd7b130a98850e103654d8c0b2f96f.zip
s4-waf: install the rest of the headers
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/wscript_build1
1 files changed, 1 insertions, 0 deletions
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'
)