diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile index 5375d5367..812d42c00 100644 --- a/cde/programs/Imakefile +++ b/cde/programs/Imakefile @@ -12,9 +12,11 @@ XCOMM dtksh dtinfo #if defined(LinuxArchitecture) DTKSHDIR = DTINFODIR = +DTAPPBDIR = #else DTKSHDIR = dtksh DTINFODIR = dtinfo +DTAPPBDIR = dtappbuilder #endif @@ -22,7 +24,7 @@ SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \ dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \ dtcalc dtaction dtspcd \ dtscreen $(DTKSHDIR) dtcm dtsearchpath \ - dtappbuilder dtappintegrate dtprintegrate dtconfig \ + $(DTAPPBDIR) dtappintegrate dtprintegrate dtconfig \ dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \ dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \ dtpdmd $(DTINFODIR) $(EXTRADIRS) @@ -31,7 +33,7 @@ LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \ dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \ dtcalc dtaction dtcreate \ dtscreen $(DTKSHDIR) dtcm dtsearchpath \ - dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \ + $(DTAPPBDIR) dtappintegrate dtprintegrate dtprintinfo dtdspmsg \ dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \ dtpdmd $(DTINFODIR) $(EXTRADIRS)