diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-07-11 10:41:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:56 -0500 |
commit | 0f3f9090faa0f35b5ead4a4ac6801a5caa43766c (patch) | |
tree | a62c7eece08edff85b0e297b787a1d1eadf6120b | |
parent | b615397325c894cafd2705e616a7c6642edcf4f0 (diff) | |
download | samba-0f3f9090faa0f35b5ead4a4ac6801a5caa43766c.tar.gz samba-0f3f9090faa0f35b5ead4a4ac6801a5caa43766c.tar.bz2 samba-0f3f9090faa0f35b5ead4a4ac6801a5caa43766c.zip |
r1442: I was going to rename kerberos.c -> kerberos_kinit.c, but didn't.
Fix config.mk...
(oh, and this file is somehow marked as binary...)
Andrew Bartlett
(This used to be commit 3e9aa67e3fdd9be18bdead6d45a982d30e5fd5b4)
-rw-r--r-- | source4/libcli/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk index f07103d7c6..0894ac7174 100644 --- a/source4/libcli/config.mk +++ b/source4/libcli/config.mk @@ -11,7 +11,7 @@ ADD_OBJ_FILES = \ libcli/auth/credentials.o \ libcli/auth/session.o \ libcli/auth/ntlm_check.o \ - libcli/auth/kerberos_kinit.o \ + libcli/auth/kerberos.o \ libcli/auth/kerberos_verify.o \ libcli/auth/clikrb5.o \ libcli/auth/gensec.o \ |