From 27f5509b6fd09a1a132bd28c6fe0451c29daf230 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 15 Jun 1994 05:20:19 +0000 Subject: [PATCH] Always build GSSAPI --- with the prototypes removed, we don't need to skip it for the sake of the Ultrix C compiler. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3799 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/Imakefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/lib/Imakefile b/src/lib/Imakefile index 32d5f003c..24660fdb3 100644 --- a/src/lib/Imakefile +++ b/src/lib/Imakefile @@ -25,11 +25,7 @@ #define IHaveSubdirs #define PassCDebugFlags -#if BuildGssapi -GSSAPI= gssapi -#endif - -SUBDIRS = krb5 kdb des425 krb425 crypto $(GSSAPI) +SUBDIRS = krb5 kdb des425 krb425 crypto gssapi MakeSubdirs($(SUBDIRS)) -- 2.26.2