From 47637b0c3782eaee6c2bf0f9352ec9c9664d1441 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Fri, 3 Aug 2012 17:10:36 +0100 Subject: [PATCH] Re-enable dtappbuilder on linux builds. --- cde/programs/Imakefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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)