summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/Imakefile
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1992-09-24 23:21:43 +0000
committerTheodore Tso <tytso@mit.edu>1992-09-24 23:21:43 +0000
commit433e7194dabec5b75504c38e614b63bcdd2224e6 (patch)
tree6c134cc54e8b573456203e8b4ccb178fb0c578d8 /src/lib/krb5/krb/Imakefile
parentb937b20419818fc9aac1dad339852dd23ccf055f (diff)
downloadkrb5-433e7194dabec5b75504c38e614b63bcdd2224e6.tar.gz
krb5-433e7194dabec5b75504c38e614b63bcdd2224e6.tar.xz
krb5-433e7194dabec5b75504c38e614b63bcdd2224e6.zip
Added the preauth.c file
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2396 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/Imakefile')
-rw-r--r--src/lib/krb5/krb/Imakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/krb5/krb/Imakefile b/src/lib/krb5/krb/Imakefile
index a57d141057..9645d75078 100644
--- a/src/lib/krb5/krb/Imakefile
+++ b/src/lib/krb5/krb/Imakefile
@@ -65,6 +65,7 @@ OBJS= addr_comp.o \
mk_safe.o \
parse.o \
pr_to_salt.o \
+ preauth.o \
princ_comp.o \
rd_error.o \
rd_priv.o \
@@ -122,6 +123,7 @@ SRCS= $(SRCDIR)addr_comp.c \
$(SRCDIR)mk_safe.c \
$(SRCDIR)parse.c \
$(SRCDIR)pr_to_salt.c \
+ $(SRCDIR)preauth.c \
$(SRCDIR)princ_comp.c \
$(SRCDIR)rd_error.c \
$(SRCDIR)rd_priv.c \