summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/ChangeLog5
-rw-r--r--src/lib/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog
index 6f22f64759..d91e08e5dc 100644
--- a/src/lib/ChangeLog
+++ b/src/lib/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 25 14:56:26 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in (lib-windows): For the windows, add the oldnames
+ library to the link lines for gssapi.dll and libkrb5.dll
+
Tue Oct 10 21:45:51 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: Added the "/nod" option to the gssapi.dll and
diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in
index 84dcfd65a7..cac3eb4ca4 100644
--- a/src/lib/Makefile.in
+++ b/src/lib/Makefile.in
@@ -39,7 +39,7 @@ gssapi.lib:: gssapi.dll
gssapi.dll:: $(GLIB) $(LIBS) gssapi.def
link /co /seg:400 /noe /nod /nol win_glue, gssapi.dll, gssapi.map, \
- $(LIBS) ldllcew libw, gssapi.def
+ $(LIBS) ldllcew libw oldnames, gssapi.def
rc /nologo /p /k gssapi.dll
libkrb5.lib:: libkrb5.dll
@@ -47,7 +47,7 @@ libkrb5.lib:: libkrb5.dll
libkrb5.dll:: $(LIBS) libkrb5.def win_glue.obj
link /co /seg:400 /noe /nod /nol win_glue, libkrb5.dll, libkrb5.map, \
- $(LIBS) ldllcew libw, libkrb5.def
+ $(LIBS) ldllcew libw oldnames, libkrb5.def
rc /nologo /p /k libkrb5.dll
winsock.lib: winsock.def