diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-15 22:23:45 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:50:29 +0100 |
commit | 1bc38f9fb39eec46b31fa4ef36699b8f52f52350 (patch) | |
tree | 87715eb5388e855ec04180c0a022456cb2b69683 /source4/auth | |
parent | 5b7ed0cd7f92de0a231c65d167c8cd5e90366b34 (diff) | |
download | samba-1bc38f9fb39eec46b31fa4ef36699b8f52f52350.tar.gz samba-1bc38f9fb39eec46b31fa4ef36699b8f52f52350.tar.xz samba-1bc38f9fb39eec46b31fa4ef36699b8f52f52350.zip |
r26464: Tighten dependencies.
(This used to be commit 2b7cfa5d9ab94e1ff2d60719cd3749810463ab15)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/config.mk | 2 | ||||
-rw-r--r-- | source4/auth/credentials/config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 046ce026d0b..04a9fb58f64 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -11,7 +11,7 @@ PUBLIC_PROTO_HEADER = session_proto.h [SUBSYSTEM::auth_system_session] OBJ_FILES = system_session.o PUBLIC_PROTO_HEADER = system_session_proto.h -PRIVATE_DEPENDENCIES = auth_session +PRIVATE_DEPENDENCIES = auth_session LIBSAMBA-UTIL [SUBSYSTEM::auth_sam] PRIVATE_PROTO_HEADER = auth_sam.h diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk index 7b091313c9c..c8fb8c86289 100644 --- a/source4/auth/credentials/config.mk +++ b/source4/auth/credentials/config.mk @@ -7,7 +7,7 @@ OBJ_FILES = credentials.o \ credentials_files.o \ credentials_ntlm.o PUBLIC_DEPENDENCIES = \ - LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS + LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB PRIVATE_DEPENDENCIES = CREDENTIALS_KRB5 # End SUBSYSTEM CREDENTIALS ################################# |