disable building of dtappbuilder until building right
authorJon Trulson <jon@radscan.com>
Sun, 27 May 2012 03:06:06 +0000 (21:06 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 27 May 2012 03:06:06 +0000 (21:06 -0600)
cde/programs/Imakefile

index 5375d53675a461158b7f69c73abf9d76c64bdcb4..812d42c00d696354e6832ef2602e4761786c9dcd 100644 (file)
@@ -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)