summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/gss-sample/ChangeLog7
-rw-r--r--src/appl/gss-sample/Makefile.in3
-rw-r--r--src/appl/gss-sample/configure.in1
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 <epeisach@mit.edu>
+
+ * 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 <tytso@mit.edu>
* 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