Forgot a makefile change for the Windows gssapi dll
authorKeith Vetter <keithv@fusion.com>
Tue, 18 Apr 1995 17:47:22 +0000 (17:47 +0000)
committerKeith Vetter <keithv@fusion.com>
Tue, 18 Apr 1995 17:47:22 +0000 (17:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5362 dc483132-0cff-0310-8789-dd5450dbe970

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

index ab531a2ec6372c527f215d99ea6aee3b56b7040f..f13dfc10017e3672b753762471c05533abec0f2f 100644 (file)
@@ -1,3 +1,7 @@
+Mon Apr 17 17:47:07 1995 Keith Vetter (keithv@fusion.com)
+
+       * Makefile.in: forgot about the rule to make gssapi.lib on the PC.
+
 Wed Apr 12 14:40:30 1995  Theodore Y. Ts'o  (tytso@dcl)
 
        * Makefile.in, configure.in: Move dependency for all-$WHAT back
index 55a8a86911ecc533b2bdc3334644aadfcfc5d7f2..c0dc5530645b43b99b68ce656b6bf58346b5e2a1 100644 (file)
@@ -71,7 +71,7 @@ all-windows::
        @echo Making locally
        cd ..
 
-all-windows:: libkrb5.lib
+all-windows:: libkrb5.lib gssapi.lib
 
 clean-windows::
        @echo Making clean in lib\crypto