summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build
index db8fdf8b00..38fb1b7707 100644
--- a/source4/auth/wscript_build
+++ b/source4/auth/wscript_build
@@ -11,7 +11,7 @@ bld.SAMBA_SUBSYSTEM('auth_session',
autoproto='session_proto.h',
public_deps='CREDENTIALS',
public_headers='session.h',
- header_path='samba',
+ header_path='samba',
deps='SAMDB auth_sam'
)
@@ -26,7 +26,7 @@ bld.SAMBA_SUBSYSTEM('auth_system_session',
source='system_session.c',
autoproto='system_session_proto.h',
public_deps='CREDENTIALS',
- deps='auth_session LIBSAMBA-UTIL LIBSECURITY'
+ deps='auth_session',
)