From 827c1cb88d967f0c1f4a186453f271c26b484bcf Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 24 May 1990 10:14:02 +0000 Subject: [PATCH] rearrange libs; KLIB now has DBMLIB for the libos stuff git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@934 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/Project.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index f050714c9..803881f7d 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -123,10 +123,11 @@ libdir/lib/**/libname.a: @@\ CRCLIB = $(TOP)/lib/crc-32/libcrc32.a ISODELIB = $(ISODE)/@sys/lib/libisode.a + DBMLIB = DbmLib DEPKLIB = $(KRB5LIB) $(OSLIB) $(DESLIB) $(CRCLIB) - KLIB = $(DEPKLIB) $(ISODELIB) $(COMERRLIB) + KLIB = $(DEPKLIB) $(ISODELIB) $(COMERRLIB) $(DBMLIB) DEPKDBLIB = $(TOP)/lib/kdb/libkdb.a - KDBLIB = $(DEPKDBLIB) DbmLib + KDBLIB = $(DEPKDBLIB) #ifdef UseInstalled IMAKE = imake /* assume BINDIR in path */ -- 2.26.2