From 0cd6ce39df46a7c8ba86dc1f19945fc5bd533c70 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 30 Oct 1990 15:54:03 +0000 Subject: [PATCH] add unifdef support git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1375 dc483132-0cff-0310-8789-dd5450dbe970 --- src/Imakefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Imakefile b/src/Imakefile index e56aaa72e..c7c726e91 100644 --- 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)) -- 2.26.2