projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3030c3
)
remove functions obsoleted by #defines
author
John Kohl
<jtkohl@mit.edu>
Thu, 3 May 1990 09:21:28 +0000
(09:21 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 3 May 1990 09:21:28 +0000
(09:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@696
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 990da7e55c9d75973ea2788ae64036e3c753af1a..f1717f6eb25f71ad3da721cd54214addaf09d44a 100644
(file)
--- a/
src/lib/krb5/ccache/Imakefile
+++ b/
src/lib/krb5/ccache/Imakefile
@@
-8,17
+8,11
@@
MakeSubdirs($(SUBDIRS))
NormalLibraryObjectRule()
OBJS= default.o \
- destroy.o \
resolve.o \
- init.o \
- dir.o \
- store.o
+ dir.o
SRCS= default.c \
- destroy.c \
resolve.c \
- init.c \
- dir.c \
- store.c
+ dir.c
NormalLibraryTarget(cred,$(OBJS))