summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/Imakefile16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/lib/krb5/Imakefile b/src/lib/krb5/Imakefile
index 8e3aed589..dfb8780a3 100644
--- a/src/lib/krb5/Imakefile
+++ b/src/lib/krb5/Imakefile
@@ -1,6 +1,20 @@
#define IHaveSubdirs
#define PassCDebugFlags
-
+NormalLibraryObjectRule()
SUBDIRS = ccache crc-32 des kdb keytab krb os-4.3 rcache free
+OBJS = \
+ cryptoconf.o \
+ perror.o \
+ syslog.o \
+ vfprintf.o \
+ vsprintf.o
+SRCS = \
+ cryptoconf.c \
+ perror.c \
+ syslog.c \
+ vfprintf.c \
+ vsprintf.c
MakeSubdirs($(SUBDIRS))
+
+AdditiveLibraryTarget(krb5,$(OBJS))