projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4129145
)
add #ifdef's for UseComErrInstalled, UseSSInstalled
author
John Kohl
<jtkohl@mit.edu>
Wed, 5 Sep 1990 12:06:04 +0000
(12:06 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 5 Sep 1990 12:06:04 +0000
(12:06 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1080
dc483132
-0cff-0310-8789-
dd5450dbe970
src/Imakefile
patch
|
blob
|
history
diff --git
a/src/Imakefile
b/src/Imakefile
index b4e06b61bb5265ef92e720ccf581f17b7d14c679..4086d6c45e8cd46332783f46dd65098c0273dac4 100644
(file)
--- a/
src/Imakefile
+++ b/
src/Imakefile
@@
-10,7
+10,18
@@
#define IHaveSubdirs
#define PassCDebugFlags
- SUBDIRS = comerr ss error_tables asn.1 lib kdc admin clients appl
+#ifdef UseComErrInstalled
+COMERRDIR=
+#else
+COMERRDIR=comerr
+#endif
+#ifdef UseSSInstalled
+SSDIR=
+#else
+SSDIR=ss
+#endif
+ SUBDIRS = $(COMERRDIR) $(SSDIR) \
+ error_tables asn.1 lib kdc admin clients appl
LNINSTALLDIRS =
MakeSubdirs($(SUBDIRS))