summaryrefslogtreecommitdiff
path: root/auth/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'auth/wscript_build')
-rw-r--r--auth/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/wscript_build b/auth/wscript_build
index 01948151a1..57f12702cb 100644
--- a/auth/wscript_build
+++ b/auth/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA_LIBRARY('auth_sam_reply',
source='auth_sam_reply.c',
- deps='talloc security samba-util',
+ deps='talloc samba-security samba-util',
autoproto='auth_sam_reply.h',
private_library=True
)