summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build
index 349171e081..db8fdf8b00 100644
--- a/source4/auth/wscript_build
+++ b/source4/auth/wscript_build
@@ -12,7 +12,7 @@ bld.SAMBA_SUBSYSTEM('auth_session',
public_deps='CREDENTIALS',
public_headers='session.h',
header_path='samba',
- deps='SAMDB'
+ deps='SAMDB auth_sam'
)