add AdditiveLibraryTarget
authorJohn Kohl <jtkohl@mit.edu>
Mon, 7 May 1990 10:30:16 +0000 (10:30 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 7 May 1990 10:30:16 +0000 (10:30 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@750 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/Imakefile

index 8e3aed589bab8c2c17f9543260837a1347666b6b..dfb8780a39842b38e78871bd65194946efbf7620 100644 (file)
@@ -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))