projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
228c0c3
)
Always build GSSAPI --- with the prototypes removed, we don't need to
author
Theodore Tso
<tytso@mit.edu>
Wed, 15 Jun 1994 05:20:19 +0000
(
05:20
+0000)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/src/lib/Imakefile
b/src/lib/Imakefile
index 32d5f003c5c26c3308deb6d4be57348bf9f312b5..24660fdb3954d6a419cb978e054a27a18f188124 100644
(file)
--- 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))