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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user