projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc17010
)
add store.c
author
John Kohl
<jtkohl@mit.edu>
Fri, 27 Apr 1990 17:37:59 +0000
(17:37 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 27 Apr 1990 17:37:59 +0000
(17:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@629
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/ccache/Imakefile
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/Imakefile
b/src/lib/krb5/ccache/Imakefile
index afe4ac05caec18d7867e70f4c762f98cbb698008..990da7e55c9d75973ea2788ae64036e3c753af1a 100644
(file)
--- a/
src/lib/krb5/ccache/Imakefile
+++ b/
src/lib/krb5/ccache/Imakefile
@@
-11,12
+11,14
@@
OBJS= default.o \
destroy.o \
resolve.o \
init.o \
- dir.o
+ dir.o \
+ store.o
SRCS= default.c \
destroy.c \
resolve.c \
init.c \
- dir.c
+ dir.c \
+ store.c
NormalLibraryTarget(cred,$(OBJS))