diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile index 812d42c00..72dd737b3 100644 --- a/cde/programs/Imakefile +++ b/cde/programs/Imakefile @@ -9,22 +9,20 @@ EXTRADIRS = util types localized tttypes $(NSGMLSDIR) XCOMM some of these cannot be built on linux yet. XCOMM dtksh dtinfo -#if defined(LinuxArchitecture) +/*#if defined(LinuxArchitecture) DTKSHDIR = DTINFODIR = -DTAPPBDIR = -#else +#else */ DTKSHDIR = dtksh DTINFODIR = dtinfo -DTAPPBDIR = dtappbuilder -#endif +/*#endif */ SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \ dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \ dtcalc dtaction dtspcd \ dtscreen $(DTKSHDIR) dtcm dtsearchpath \ - $(DTAPPBDIR) dtappintegrate dtprintegrate dtconfig \ + dtappbuilder dtappintegrate dtprintegrate dtconfig \ dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \ dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \ dtpdmd $(DTINFODIR) $(EXTRADIRS) @@ -33,7 +31,7 @@ LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \ dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \ dtcalc dtaction dtcreate \ dtscreen $(DTKSHDIR) dtcm dtsearchpath \ - $(DTAPPBDIR) dtappintegrate dtprintegrate dtprintinfo dtdspmsg \ + dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \ dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \ dtpdmd $(DTINFODIR) $(EXTRADIRS)