From: John Kohl Date: Thu, 24 May 1990 10:14:02 +0000 (+0000) Subject: rearrange libs; KLIB now has DBMLIB for the libos stuff X-Git-Tag: krb5-1.0-alpha2~472 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=827c1cb88d967f0c1f4a186453f271c26b484bcf;p=krb5.git 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 --- 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 */