Link the krb4 dll under Windows; we already built all the objects..
authorRichard Basch <probe@mit.edu>
Fri, 21 Feb 1997 04:37:37 +0000 (04:37 +0000)
committerRichard Basch <probe@mit.edu>
Fri, 21 Feb 1997 04:37:37 +0000 (04:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9939 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/ChangeLog
src/lib/Makefile.in

index 63ee8948e5f0caacce6e881e8c9b4cd7d3f099fe..65df43f929c2f5c2bf8e4d3569a255010c3876bd 100644 (file)
@@ -1,3 +1,7 @@
+Thu Feb 20 23:30:32 1997  Richard Basch  <basch@lehman.com>
+
+       * Makefile.in: Build krb4 dll; it built all the objs (win16/32)
+
 Mon Feb 17 19:40:55 1997  Richard Basch  <basch@lehman.com>
 
        * Makefile.in: Build krb4 library under Win16/Win32
index 423ea465ded6d8b7b63445461ac53875bc37eefa..77b867d0e3d528fa26997f7340de13e67da167fe 100644 (file)
@@ -136,7 +136,7 @@ all-windows::
        cd ..
 
 all-windows:: lib-windows
-lib-windows: $(KLIB) $(GLIB)
+lib-windows: krb5.lib gssapi.lib krb4.lib
 
 clean-windows::
        @echo Making clean in lib\crypto