From 262171d25fff42ee5a8cabde5809adcf148b66c7 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 26 May 2012 21:06:06 -0600 Subject: [PATCH] disable building of dtappbuilder until building right --- cde/programs/Imakefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile index 5375d536..812d42c0 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) -- 2.25.1