summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/ChangeLog4
-rw-r--r--src/lib/Makefile.in2
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