summaryrefslogtreecommitdiffstats
path: root/src/config/Project.tmpl
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-24 10:14:02 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-24 10:14:02 +0000
commit827c1cb88d967f0c1f4a186453f271c26b484bcf (patch)
tree74f4fc45845eeda0f3186e7003f0126a6cd6af89 /src/config/Project.tmpl
parent53f71d345e07a56865ba1d6dee7149e32ae4bf3d (diff)
downloadkrb5-827c1cb88d967f0c1f4a186453f271c26b484bcf.tar.gz
krb5-827c1cb88d967f0c1f4a186453f271c26b484bcf.tar.xz
krb5-827c1cb88d967f0c1f4a186453f271c26b484bcf.zip
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
Diffstat (limited to 'src/config/Project.tmpl')
-rw-r--r--src/config/Project.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl
index f050714c9c..803881f7d2 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 */