diff options
author | Keith Vetter <keithv@fusion.com> | 1995-04-18 17:47:22 +0000 |
---|---|---|
committer | Keith Vetter <keithv@fusion.com> | 1995-04-18 17:47:22 +0000 |
commit | 6406aceb2176544a13d68726bded5b74b78e8786 (patch) | |
tree | 90d71e915d3302eb8ada1869607a55aaa7f4893a /src | |
parent | cd83d781b1d369ec70d912374c087e0225a57af4 (diff) | |
download | krb5-6406aceb2176544a13d68726bded5b74b78e8786.tar.gz krb5-6406aceb2176544a13d68726bded5b74b78e8786.tar.xz krb5-6406aceb2176544a13d68726bded5b74b78e8786.zip |
Forgot a makefile change for the Windows gssapi dll
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5362 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ChangeLog | 4 | ||||
-rw-r--r-- | src/lib/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index ab531a2ec..f13dfc100 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -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 diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in index 55a8a8691..c0dc55306 100644 --- a/src/lib/Makefile.in +++ b/src/lib/Makefile.in @@ -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 |