summaryrefslogtreecommitdiffstats
path: root/src/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Imakefile')
-rw-r--r--src/Imakefile7
1 files changed, 6 insertions, 1 deletions
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))