For the windows, add the oldnames library to the link lines for
authorTheodore Tso <tytso@mit.edu>
Wed, 25 Oct 1995 19:00:32 +0000 (19:00 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 25 Oct 1995 19:00:32 +0000 (19:00 +0000)
gssapi.dll and libkrb5.dll.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6997 dc483132-0cff-0310-8789-dd5450dbe970

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

index 6f22f6475992b08a8464f799b6f35d37914dc16c..d91e08e5dc9e2a1a8f48a715732e8a7465f2a336 100644 (file)
@@ -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
index 84dcfd65a781fc780d866caf5ac4d31b94fe6d37..cac3eb4ca4c1f6eca0857cd43004edcd166bbfdd 100644 (file)
@@ -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