summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-10-28 03:06:56 +0000
committerEzra Peisach <epeisach@mit.edu>1996-10-28 03:06:56 +0000
commit6dc243443afebcf9507189217788da2b1666cbe6 (patch)
tree4840ee002a159387a111e7a05cfda6e2a5b90b71
parente4144d191e5f086243e70e8ee68de87555e7c84e (diff)
downloadkrb5-6dc243443afebcf9507189217788da2b1666cbe6.tar.gz
krb5-6dc243443afebcf9507189217788da2b1666cbe6.tar.xz
krb5-6dc243443afebcf9507189217788da2b1666cbe6.zip
* 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
-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