summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-07 10:30:16 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-07 10:30:16 +0000
commit3f2352a65db399179d13321f44630d1ff9c56dfd (patch)
tree21377df1f8f8149f0c4f12831326b3ef8c6f1a66 /src
parentd2ccbc8f08db3a6d226c7892e9e943b7b6cfb15f (diff)
downloadkrb5-3f2352a65db399179d13321f44630d1ff9c56dfd.tar.gz
krb5-3f2352a65db399179d13321f44630d1ff9c56dfd.tar.xz
krb5-3f2352a65db399179d13321f44630d1ff9c56dfd.zip
add AdditiveLibraryTarget
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@750 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-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))