Re-enable dtappbuilder on linux builds.
authorPeter Howkins <flibble@users.sf.net>
Fri, 3 Aug 2012 16:10:36 +0000 (17:10 +0100)
committerPeter Howkins <flibble@users.sf.net>
Fri, 3 Aug 2012 16:10:36 +0000 (17:10 +0100)
cde/programs/Imakefile

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