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

@@ -6,4 +6,6 @@ noinst_LIBRARIES = libDtMail.a
libDtMail_a_SOURCES =
libDtMail_a_LIBADD = Common/libCommon.a RFC/libRFC.a
# Unfortunately, this does not work -
# libDtMail_a_LIBADD = Common/libCommon.a RFC/libRFC.a
libDtMail_a_LIBADD = Common/*.o RFC/*.o