summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-04-26 17:20:28 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-04-26 17:20:28 +0000
commitac50e7803b8379b5b0ea70ceaa197d52a9ae8558 (patch)
tree1d081b84a8c67332c6fb9b03bb7bfb6095c82eb3
parent1b996bdd9a4e33af244b3fe0165275147b93af3c (diff)
downloadkrb5-ac50e7803b8379b5b0ea70ceaa197d52a9ae8558.tar.gz
krb5-ac50e7803b8379b5b0ea70ceaa197d52a9ae8558.tar.xz
krb5-ac50e7803b8379b5b0ea70ceaa197d52a9ae8558.zip
add all the new .o files
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@596 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/krb5/keytab/file/Imakefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/krb5/keytab/file/Imakefile b/src/lib/krb5/keytab/file/Imakefile
index a7471a514..a619d8499 100644
--- a/src/lib/krb5/keytab/file/Imakefile
+++ b/src/lib/krb5/keytab/file/Imakefile
@@ -1,7 +1,15 @@
NormalLibraryObjectRule()
-OBJS = ktf_close.o \
+OBJS = \
+ ktf_add.o \
+ ktf_close.o \
+ ktf_endget.o \
+ ktf_get_en.o \
ktf_get_na.o \
+ ktf_next.o \
+ ktf_resolv.o \
+ ktf_remove.o \
+ ktf_ssget.o \
ktf_util.o \
ktf_ops.o \
ktf_wops.o