projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27aaefb
)
add unifdef support
author
John Kohl
<jtkohl@mit.edu>
Tue, 30 Oct 1990 15:54:03 +0000
(15:54 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Tue, 30 Oct 1990 15:54:03 +0000
(15:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1375
dc483132
-0cff-0310-8789-
dd5450dbe970
src/Imakefile
patch
|
blob
|
history
diff --git
a/src/Imakefile
b/src/Imakefile
index e56aaa72e31e448684d3f3380f8d0122cd694259..c7c726e91e2f56c640ff5d27b02ea43d8e77c43c 100644
(file)
--- a/
src/Imakefile
+++ b/
src/Imakefile
@@
-25,10
+25,15
@@
SSDIR=
#else
SSDIR=ss
#endif
+#ifdef UseUnifdefInstalled
+UNIFDIR=
+#else
+UNIFDIR=util/unifdef
+#endif
all::
make includes
- SUBDIRS = include $(COMERRDIR) $(SSDIR) lib kdc admin clients appl
+ SUBDIRS =
$(UNIFDIR)
include $(COMERRDIR) $(SSDIR) lib kdc admin clients appl
LNINSTALLDIRS =
MakeSubdirs($(SUBDIRS))