From 6dc243443afebcf9507189217788da2b1666cbe6 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Mon, 28 Oct 1996 03:06:56 +0000 Subject: [PATCH] * configure.in: Add USE_GSSAPI_LIBRARY * Makefile.in (LOCAL_LIBRARIES): Remove as -lgssapi_rpc should come from configure. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9243 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/gss-sample/ChangeLog | 7 +++++++ src/appl/gss-sample/Makefile.in | 3 --- src/appl/gss-sample/configure.in | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/appl/gss-sample/ChangeLog b/src/appl/gss-sample/ChangeLog index dd6dadef2..5da0236f0 100644 --- a/src/appl/gss-sample/ChangeLog +++ b/src/appl/gss-sample/ChangeLog @@ -1,3 +1,10 @@ +Sun Oct 27 22:04:59 1996 Ezra Peisach + + * configure.in: Add USE_GSSAPI_LIBRARY + + * Makefile.in (LOCAL_LIBRARIES): Remove as -lgssapi_rpc should + come from configure. + Mon Oct 21 20:03:53 1996 Theodore Y. Ts'o * gss-server.c: Re-added code to test import and export security diff --git a/src/appl/gss-sample/Makefile.in b/src/appl/gss-sample/Makefile.in index 4bbb766ad..9c4167f93 100644 --- a/src/appl/gss-sample/Makefile.in +++ b/src/appl/gss-sample/Makefile.in @@ -6,9 +6,6 @@ OBJS= gss-client.o gss-misc.o gss-server.o all:: gss-server gss-client -LOCAL_LIBRARIES = -lgssapi_krb5 -DEPLOCAL_LIBRARIES = $(TOPLIBD)/gssapi/libgssapi_krb5.a - gss-server: gss-server.o gss-misc.o $(DEPLIBS) $(LD) $(LDFLAGS) $(LDARGS) -o gss-server gss-server.o gss-misc.o $(LIBS) diff --git a/src/appl/gss-sample/configure.in b/src/appl/gss-sample/configure.in index 7e0f34071..7d4377514 100644 --- a/src/appl/gss-sample/configure.in +++ b/src/appl/gss-sample/configure.in @@ -5,6 +5,7 @@ AC_CHECK_HEADERS(unistd.h stdlib.h) AC_CHECK_HEADER(string.h,AC_DEFINE(USE_STRING_H)) AC_CONST AC_PROG_INSTALL +USE_GSSAPI_LIBRARY KRB5_LIBRARIES V5_USE_SHARED_LIB V5_AC_OUTPUT_MAKEFILE -- 2.26.2