summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
Diffstat (limited to 'auth')
-rwxr-xr-xauth/credentials/wscript_build2
-rw-r--r--auth/wscript_build2
2 files changed, 2 insertions, 2 deletions
diff --git a/auth/credentials/wscript_build b/auth/credentials/wscript_build
index 0b2aec2189..06d58a77b2 100755
--- a/auth/credentials/wscript_build
+++ b/auth/credentials/wscript_build
@@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('samba-credentials',
autoproto='credentials_proto.h',
public_headers='credentials.h',
pc_files='samba-credentials.pc',
- deps='LIBCRYPTO errors events LIBCLI_AUTH security CREDENTIALS_SECRETS CREDENTIALS_KRB5',
+ deps='LIBCRYPTO errors events LIBCLI_AUTH samba-security CREDENTIALS_SECRETS CREDENTIALS_KRB5',
vnum='0.0.1'
)
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
)