Always build GSSAPI --- with the prototypes removed, we don't need to
authorTheodore Tso <tytso@mit.edu>
Wed, 15 Jun 1994 05:20:19 +0000 (05:20 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 15 Jun 1994 05:20:19 +0000 (05:20 +0000)
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

index 32d5f003c5c26c3308deb6d4be57348bf9f312b5..24660fdb3954d6a419cb978e054a27a18f188124 100644 (file)
 #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))