projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53f71d3
)
rearrange libs; KLIB now has DBMLIB for the libos stuff
author
John Kohl
<jtkohl@mit.edu>
Thu, 24 May 1990 10:14:02 +0000
(10:14 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 24 May 1990 10:14:02 +0000
(10:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@934
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/Project.tmpl
patch
|
blob
|
history
diff --git
a/src/config/Project.tmpl
b/src/config/Project.tmpl
index f050714c9c333a43bd8cb5627fedc3d839580742..803881f7d2509894e73040b250e9b6fb5ba2b761 100644
(file)
--- 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 */