diff options
| author | Keith Vetter <keithv@fusion.com> | 1995-03-22 04:59:35 +0000 |
|---|---|---|
| committer | Keith Vetter <keithv@fusion.com> | 1995-03-22 04:59:35 +0000 |
| commit | e8a87f4e203064d5e7f26fe53ad3b923fe0f9c6e (patch) | |
| tree | e13b64ba3af3fdf8ca64a8f88f154d717065beb0 /src/lib/gssapi/generic | |
| parent | fdb48b69f1d07a5bca212e4d25290c28435d1ed9 (diff) | |
| download | krb5-e8a87f4e203064d5e7f26fe53ad3b923fe0f9c6e.tar.gz krb5-e8a87f4e203064d5e7f26fe53ad3b923fe0f9c6e.tar.xz krb5-e8a87f4e203064d5e7f26fe53ad3b923fe0f9c6e.zip | |
Changed the name of the gssapi library created under Windows and a couple of
signed/unsigned assignment mismatches.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5182 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/generic')
| -rw-r--r-- | src/lib/gssapi/generic/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/gssapi/generic/Makefile.in | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/src/lib/gssapi/generic/ChangeLog b/src/lib/gssapi/generic/ChangeLog index 325109f01..252075a66 100644 --- a/src/lib/gssapi/generic/ChangeLog +++ b/src/lib/gssapi/generic/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 21 19:09:34 1995 Keith Vetter (keithv@fusion.com) + + * Makefile.in: changed the name of the library the PC + builds, and added xxx-mac targets to mimic xxx-unix. + Tue Mar 7 20:14:53 1995 Keith Vetter (keithv@fusion.com) * disp_maj.c: added casts on int->long assignments. diff --git a/src/lib/gssapi/generic/Makefile.in b/src/lib/gssapi/generic/Makefile.in index 182c307e9..9b7311bb2 100644 --- a/src/lib/gssapi/generic/Makefile.in +++ b/src/lib/gssapi/generic/Makefile.in @@ -2,7 +2,7 @@ CFLAGS = $(CCOPTS) $(DEFS) -I. -I$(srcdir) LDFLAGS = -g ##DOSBUILDTOP = ..\..\.. -##DOSLIBNAME=..\libgssapi_krb5.$(LIBEXT) +##DOSLIBNAME=..\gssapi.$(LIBEXT) ##DOSsrcdir = . ##DOS!include $(BUILDTOP)\config\windows.in @@ -64,6 +64,8 @@ all:: all-$(WHAT) $(SRCS) $(HDRS) includes $(OBJS) all-unix:: +all-mac:: + all-windows:: if not exist $(EHDRDIR)\nul mkdir $(EHDRDIR) copy gssapi.h $(EHDRDIR) @@ -74,6 +76,9 @@ clean:: clean-$(WHAT) clean-unix:: $(RM) $(ETHDRS) $(ETSRCS) +clean-mac:: + $(RM) $(ETHDRS) $(ETSRCS) + clean-windows:: $(RM) $(EHDRDIR)\gssapi.h $(EHDRDIR)\gssapi_generic.h if exist $(EHDRDIR)\nul rmdir $(EHDRDIR) |
