mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
re-enable building of dtmail, except on OpenBSD
This commit is contained in:
parent
131c7a9e04
commit
fdcbdbe0d0
1 changed files with 7 additions and 2 deletions
|
@ -19,9 +19,14 @@ DTINFODIR =
|
|||
DTKSHDIR = dtksh
|
||||
DTINFODIR = dtinfo
|
||||
#endif
|
||||
#if defined(OpenBSDArchitecture)
|
||||
DTMAILDIR =
|
||||
#else
|
||||
DTMAILDIR = dtmail
|
||||
#endif
|
||||
|
||||
|
||||
SUBDIRS = dthelp dsdm dtpad dtfile dtwm dtlogin \
|
||||
SUBDIRS = dthelp dsdm $(DTMAILDIR) dtpad dtfile dtwm dtlogin \
|
||||
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
||||
dtcalc dtaction dtspcd \
|
||||
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
||||
|
@ -30,7 +35,7 @@ SUBDIRS = dthelp dsdm dtpad dtfile dtwm dtlogin \
|
|||
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
||||
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
||||
|
||||
LINTSUBDIRS = dthelp dsdm dtpad dtfile dtlogin dtwm \
|
||||
LINTSUBDIRS = dthelp dsdm $(DTMAILDIR) dtpad dtfile dtlogin dtwm \
|
||||
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
||||
dtcalc dtaction dtcreate \
|
||||
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue