aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gss-sample/Makefile.in
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 /src/appl/gss-sample/Makefile.in
parente4144d191e5f086243e70e8ee68de87555e7c84e (diff)
downloadkrb5-6dc243443afebcf9507189217788da2b1666cbe6.zip
krb5-6dc243443afebcf9507189217788da2b1666cbe6.tar.gz
krb5-6dc243443afebcf9507189217788da2b1666cbe6.tar.bz2
* 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
Diffstat (limited to 'src/appl/gss-sample/Makefile.in')
-rw-r--r--src/appl/gss-sample/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/appl/gss-sample/Makefile.in b/src/appl/gss-sample/Makefile.in
index 4bbb766..9c4167f 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)