From: John Kohl Date: Tue, 30 Oct 1990 15:54:03 +0000 (+0000) Subject: add unifdef support X-Git-Tag: krb5-1.0-alpha2~36 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0cd6ce39df46a7c8ba86dc1f19945fc5bd533c70;p=krb5.git add unifdef support git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1375 dc483132-0cff-0310-8789-dd5450dbe970 --- 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))