diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-03-02 18:07:25 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-03-02 18:07:25 +0000 |
| commit | fa7efea58fb0b8d96b3f6c44df53a160e8264a0a (patch) | |
| tree | 779aa6ed0c5d62996d974d3ecfc21b6708460c12 /src/appl/gss-sample | |
| parent | 94484a7911be3d20ef6602dac8235bdabece4684 (diff) | |
Remove reference to $(ISODELIB)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5059 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gss-sample')
| -rw-r--r-- | src/appl/gss-sample/ChangeLog | 4 | ||||
| -rw-r--r-- | src/appl/gss-sample/Makefile.in | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/appl/gss-sample/ChangeLog b/src/appl/gss-sample/ChangeLog index c13074c0dd..5f458ec12e 100644 --- a/src/appl/gss-sample/ChangeLog +++ b/src/appl/gss-sample/ChangeLog @@ -1,3 +1,7 @@ +Thu Mar 2 12:29:50 1995 Theodore Y. Ts'o <tytso@dcl> + + * Makefile.in (ISODELIB): Remove reference to $(ISODELIB). + Wed Mar 1 11:55:15 1995 Theodore Y. Ts'o <tytso@dcl> * configure.in: Remove ISODE_INCLUDE, replace check for -lsocket diff --git a/src/appl/gss-sample/Makefile.in b/src/appl/gss-sample/Makefile.in index d1bdb14fe9..e7fcf56cc9 100644 --- a/src/appl/gss-sample/Makefile.in +++ b/src/appl/gss-sample/Makefile.in @@ -1,6 +1,5 @@ CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) -ISODELIB=@ISODELIB@ COMERRLIB=$(BUILDTOP)/util/et/libcom_err.a DBMLIB= @@ -11,7 +10,7 @@ OBJS= gss-client.o gss-misc.o gss-server.o all:: gss-server gss-client KLIB = $(TOPLIBD)/gssapi/libgssapi_krb5.a $(TOPLIBD)/libkrb5.a \ - $(TOPLIBD)/libcrypto.a $(ISODELIB) $(COMERRLIB) $(DBMLIB) + $(TOPLIBD)/libcrypto.a $(COMERRLIB) $(DBMLIB) DEPKLIB = $(TOPLIBD)/gssapi/libgssapi_krb5.a $(TOPLIBD)/libkrb5.a \ $(TOPLIBD)/libcrypto.a $(COMERRLIB) $(DBMLIB) |
