summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/Imakefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/Imakefile b/src/lib/krb5/ccache/Imakefile
index b5925611a..afe4ac05c 100644
--- 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))