projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e997940
)
Add more object files; add source file list for saber
author
Bill Sommerfeld
<wesommer@mit.edu>
Sat, 3 Feb 1990 10:12:45 +0000
(10:12 +0000)
committer
Bill Sommerfeld
<wesommer@mit.edu>
Sat, 3 Feb 1990 10:12:45 +0000
(10:12 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@239
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 b5925611a223121f2594b013571971c01eb795c2..afe4ac05caec18d7867e70f4c762f98cbb698008 100644
(file)
--- a/
src/lib/krb5/ccache/Imakefile
+++ b/
src/lib/krb5/ccache/Imakefile
@@
-7,7
+7,16
@@
MakeSubdirs($(SUBDIRS))
NormalLibraryObjectRule()
-OBJS= default.o \
- destroy.o
+OBJS= default.o \
+ destroy.o \
+ resolve.o \
+ init.o \
+ dir.o
+
+SRCS= default.c \
+ destroy.c \
+ resolve.c \
+ init.c \
+ dir.c
NormalLibraryTarget(cred,$(OBJS))