summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-16 15:33:58 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:50:34 +0100
commit1afe0549163bbc639ae1a030239c9ebcd1b922bf (patch)
tree967da56818175f109e818df9a1a72f1d1bdbf546 /source4/auth/credentials/config.mk
parenteb2c71912baceb1a6884ce143ae91f1e3d2a69fb (diff)
downloadsamba-1afe0549163bbc639ae1a030239c9ebcd1b922bf.tar.gz
samba-1afe0549163bbc639ae1a030239c9ebcd1b922bf.tar.bz2
samba-1afe0549163bbc639ae1a030239c9ebcd1b922bf.zip
r26474: Move credentials-specific kerberos file to credentials subsystem. Fixes missing symbols in some of the python bindings.
(This used to be commit e26d0fff6d40899113196ac35a86a9baa10cc9c2)
Diffstat (limited to 'source4/auth/credentials/config.mk')
-rw-r--r--source4/auth/credentials/config.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk
index c8fb8c8628..1a6c1487b0 100644
--- a/source4/auth/credentials/config.mk
+++ b/source4/auth/credentials/config.mk
@@ -17,9 +17,10 @@ PRIVATE_DEPENDENCIES = CREDENTIALS_KRB5
[SUBSYSTEM::CREDENTIALS_KRB5]
PUBLIC_PROTO_HEADER = credentials_krb5_proto.h
PUBLIC_HEADERS = credentials_krb5.h
-OBJ_FILES = credentials_krb5.o
+OBJ_FILES = credentials_krb5.o \
+ ../kerberos/kerberos_util.o
PUBLIC_DEPENDENCIES = \
- HEIMDAL_GSSAPI
+ HEIMDAL_GSSAPI KERBEROS
# End SUBSYSTEM CREDENTIALS
#################################