diff options
author | Theodore Tso <tytso@mit.edu> | 1995-10-25 19:00:32 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1995-10-25 19:00:32 +0000 |
commit | caea3dda8c05a40b3201947b433b809dc4ac4ef2 (patch) | |
tree | 844a1d3e491c75efe9afd89ae9528e84d385115f /src | |
parent | e5a92f4ed3cdb6436862c058db7f2605fd0ed74f (diff) | |
download | krb5-caea3dda8c05a40b3201947b433b809dc4ac4ef2.tar.gz krb5-caea3dda8c05a40b3201947b433b809dc4ac4ef2.tar.xz krb5-caea3dda8c05a40b3201947b433b809dc4ac4ef2.zip |
For the windows, add the oldnames library to the link lines for
gssapi.dll and libkrb5.dll.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6997 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ChangeLog | 5 | ||||
-rw-r--r-- | src/lib/Makefile.in | 4 |
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 |