Files
cdesktop/cde/programs/dtmail/libDtMail/Makefile.am
Jon Trulson 77dfe92b3c 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.
2019-10-29 18:34:05 -06:00

12 lines
246 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = Common RFC
noinst_LIBRARIES = libDtMail.a
libDtMail_a_SOURCES =
# Unfortunately, this does not work -
# libDtMail_a_LIBADD = Common/libCommon.a RFC/libRFC.a
libDtMail_a_LIBADD = Common/*.o RFC/*.o