rearrange libs; KLIB now has DBMLIB for the libos stuff
authorJohn Kohl <jtkohl@mit.edu>
Thu, 24 May 1990 10:14:02 +0000 (10:14 +0000)
committerJohn 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

index f050714c9c333a43bd8cb5627fedc3d839580742..803881f7d2509894e73040b250e9b6fb5ba2b761 100644 (file)
@@ -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 */