diff lib-src/Makefile.in @ 21397:aa5d46f74b6a

Integrate support for GSS-API authentication, implemented by Kevin L. Mitchel <klmitch@mit.edu>.
author Karl Heuer <kwzh@gnu.org>
date Mon, 06 Apr 1998 22:16:30 +0000
parents ef9a01b67c87
children bfaacbee089a
line wrap: on
line diff
--- a/lib-src/Makefile.in	Mon Apr 06 22:10:30 1998 +0000
+++ b/lib-src/Makefile.in	Mon Apr 06 22:16:30 1998 +0000
@@ -205,12 +205,21 @@
 # ifdef HAVE_LIBCOM_ERR
 	COM_ERRLIB = -lcom_err
 # endif
-#endif /* KERBEROS
+# ifdef HAVE_LIBGSSAPI_KRB5
+	GSSAPI_KRB5LIB = -lgssapi_krb5
+# endif
+#endif /* KERBEROS */
 
-/* If HESIOD is defined, set this to "-lhesiod". */
-HESIODLIB=
+#ifdef HAVE_LIBGSSAPI
+	GSSAPILIB = -lgssapi
+#endif
 
-MOVE_LIBS=$(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) $(COM_ERRLIB) $(HESIODLIB)
+#ifdef HESIOD
+HESIODLIB= -lhesiod
+#endif
+
+MOVE_LIBS=$(GSSAPI_KRB5LIB) $(GSSAPILIB) $(KRB4LIB) $(DESLIB) $(KRB5LIB) \
+	$(CRYPTOLIB) $(COM_ERRLIB) $(HESIODLIB)
 
 #ifdef HAVE_LIBMAIL
 LIBMAIL=-lmail