From: Theodore Tso Date: Wed, 15 Jun 1994 05:20:19 +0000 (+0000) Subject: Always build GSSAPI --- with the prototypes removed, we don't need to X-Git-Tag: krb5-1.0-beta4~56 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=27f5509b6fd09a1a132bd28c6fe0451c29daf230;p=krb5.git 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 --- 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))