diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/ccache/Imakefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/lib/krb5/ccache/Imakefile b/src/lib/krb5/ccache/Imakefile index 990da7e55..f1717f6eb 100644 --- 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)) |
