From: Richard Basch Date: Sat, 15 Feb 1997 21:30:53 +0000 (+0000) Subject: Need to link with $(CLIB) X-Git-Tag: krb5-1.1-beta1~1319 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=de79d5d13da6f31bded09cd11d72e8b498967d27;p=krb5.git Need to link with $(CLIB) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9872 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/gina/Makefile.in b/src/windows/gina/Makefile.in index 21576ffc9..bcadf4acb 100644 --- a/src/windows/gina/Makefile.in +++ b/src/windows/gina/Makefile.in @@ -26,7 +26,7 @@ all-windows:: clean-windows:: $(RM) kgina.dll -kgina.dll: $(OBJS) $(KLIB) +kgina.dll: $(OBJS) $(KLIB) $(CLIB) link $(WINDLLFLAGS) -def:gina.def -out:$*.dll \ $** $(WINLIBS) diff --git a/src/windows/gss/ChangeLog b/src/windows/gss/ChangeLog index a4fee92a2..b421da45c 100644 --- a/src/windows/gss/ChangeLog +++ b/src/windows/gss/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 15 12:21:15 1997 Richard Basch + + * Makefile.in: Link in ComErr library $(CLIB) + Tue Feb 11 14:07:28 1997 Richard Basch * gss.c: Initialize/shutdown Winsock library diff --git a/src/windows/gss/Makefile.in b/src/windows/gss/Makefile.in index 866b5afaa..8045d7bfb 100644 --- a/src/windows/gss/Makefile.in +++ b/src/windows/gss/Makefile.in @@ -23,7 +23,7 @@ CFLAGS = $(CCOPTS2) $(INCLUDES) ##### Linker LINK = link -LIBS = $(GLIB) $(WLIB) +LIBS = $(GLIB) $(CLIB) $(WLIB) ##WIN16##SYSLIBS = libw llibcew ##WIN32##SYSLIBS = libc.lib kernel32.lib wsock32.lib user32.lib \ ##WIN32## gdi32.lib comdlg32.lib diff --git a/src/windows/wintel/ChangeLog b/src/windows/wintel/ChangeLog index b75698f44..7ddbd73f4 100644 --- a/src/windows/wintel/ChangeLog +++ b/src/windows/wintel/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 15 12:22:54 1997 Richard Basch + + * Makefile.in: Link in ComErr library $(CLIB) + Mon Feb 10 23:18:18 1997 Richard Basch * Makefile.in: Use WLIB definition in config/windows.in diff --git a/src/windows/wintel/Makefile.in b/src/windows/wintel/Makefile.in index 4d0ad6f3b..1c88d238a 100644 --- a/src/windows/wintel/Makefile.in +++ b/src/windows/wintel/Makefile.in @@ -30,7 +30,7 @@ RFLAGS = -D$(KRB)=1 $(KRBOPT) ##### Linker LINK = link -LIBS = $(KLIB) $(WLIB) +LIBS = $(KLIB) $(CLIB) $(WLIB) ##WIN16##SYSLIBS = libw llibcew commdlg winsock ##WIN32##SYSLIBS = libc.lib kernel32.lib wsock32.lib user32.lib gdi32.lib \ ##WIN32## comdlg32.lib