summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-04-26 21:47:02 +0000
committerGreg Hudson <ghudson@mit.edu>2012-04-26 21:47:02 +0000
commitd93166972447594f3431edfa3ef2db946bfcc24e (patch)
treedfee94324e678ed2afc04b8290509ca76512ffc6 /src/lib/krb5/krb/Makefile.in
parent7150b8eab9fb4bf643dd1a7ac4f5be3ca455dfcb (diff)
downloadkrb5-d93166972447594f3431edfa3ef2db946bfcc24e.tar.gz
krb5-d93166972447594f3431edfa3ef2db946bfcc24e.tar.xz
krb5-d93166972447594f3431edfa3ef2db946bfcc24e.zip
Convert SAM-2 preauth mechanism to a module
Move the last real preauth mechanism, SAM-2, from the pa_types table to a built-in module. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25831 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/Makefile.in')
-rw-r--r--src/lib/krb5/krb/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in
index fe55c24ee8..933edd09aa 100644
--- a/src/lib/krb5/krb/Makefile.in
+++ b/src/lib/krb5/krb/Makefile.in
@@ -79,6 +79,7 @@ STLIBOBJS= \
preauth2.o \
preauth_ec.o \
preauth_encts.o \
+ preauth_sam2.o \
gic_opt_set_pa.o \
princ_comp.o \
privsafe.o \