dtmail: Make it build. There is more work to be done here.

Specifically, we should be able to have libDtMail subdir build all of
it's objects directly w/o intervening Makefile.am's and archive .a
libs.
This commit is contained in:
Jon Trulson
2019-10-29 18:30:19 -06:00
parent d183ade8b3
commit 77dfe92b3c
11 changed files with 16 additions and 17 deletions

View File

@@ -57,7 +57,7 @@
// For CHARSET
#include <locale.h>
#include <DtHelp/LocaleXlate.h>
#include <Dt/LocaleXlate.h>
#include "str_utils.h"
MIMEBodyPart::MIMEBodyPart(DtMailEnv & error,

View File

@@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libRFC.a
libRFC_a_CXXFLAGS = -I../Common -I../../include -I../../include/utils \
-I$(srcdir)/lib $(TIRPCINC) -DTTLOCK_OFF
$(TIRPCINC) -DTTLOCK_OFF
if SOLARIS
libRFC_a_CXXFLAGS += -DMMAP_NORESERVE -DSPRO_V2

View File

@@ -64,7 +64,7 @@
//-------------------------------------
#include <locale.h>
#include <time.h>
#include <DtHelp/LocaleXlate.h>
#include <Dt/LocaleXlate.h>
#include <errno.h>
#include <stdlib.h>
#include <limits.h>

View File

@@ -58,7 +58,7 @@
// For CHARSET
#include <locale.h>
#include <DtHelp/LocaleXlate.h>
#include <Dt/LocaleXlate.h>
V3BodyPart::V3BodyPart(DtMailEnv & error,
DtMail::Message * parent,