Makefile.am revision da273d3b05e0d937766b5b782035ae1f0f41ca67
0N/Anoinst_LTLIBRARIES = libmail.la
0N/A -I$(top_srcdir)/src/lib-test \
0N/A -I$(top_srcdir)/src/lib-charset
0N/Atest_istream_dot_SOURCES = test-istream-dot.c
0N/Atest_istream_dot_LDADD = istream-dot.lo $(test_libs)
0N/Atest_istream_qp_decoder_SOURCES = test-istream-qp-decoder.c
0N/Atest_istream_binary_converter_SOURCES = test-istream-binary-converter.c
0N/Atest_istream_binary_converter_LDADD = istream-binary-converter.lo $(message_parser_objects) $(test_libs)
0N/Atest_istream_attachment_SOURCES = test-istream-attachment.c
0N/Atest_istream_attachment_LDADD = istream-attachment-extractor.lo istream-attachment-connector.lo $(message_parser_objects) $(test_libs)
0N/Atest_istream_header_filter_SOURCES = test-istream-header-filter.c
0N/Atest_istream_header_filter_LDADD = istream-header-filter.lo message-header-parser.lo $(test_libs)
0N/Atest_mbox_from_SOURCES = test-mbox-from.c
0N/Atest_mbox_from_LDADD = mbox-from.lo $(test_libs)
0N/Atest_message_address_SOURCES = test-message-address.c
0N/Atest_message_date_SOURCES = test-message-date.c
0N/Atest_message_decoder_SOURCES = test-message-decoder.c
0N/Atest_message_decoder_LDADD = message-decoder.lo quoted-printable.lo rfc822-parser.lo rfc2231-parser.lo ../lib-charset/libcharset.la $(test_libs) $(LIBICONV)
0N/Atest_message_decoder_DEPENDENCIES = ../lib-charset/libcharset.la $(test_deps)
0N/Atest_message_header_decode_SOURCES = test-message-header-decode.c
0N/Atest_message_header_decode_LDADD = message-header-decode.lo quoted-printable.lo message-header-encode.lo $(test_libs)
0N/Atest_message_header_encode_SOURCES = test-message-header-encode.c
0N/Atest_message_header_encode_LDADD = message-header-encode.lo $(test_libs)
0N/Atest_message_header_parser_SOURCES = test-message-header-parser.c
0N/Atest_message_header_parser_LDADD = message-header-parser.lo $(test_libs)
0N/Atest_message_id_SOURCES = test-message-id.c
0N/Atest_message_parser_SOURCES = test-message-parser.c
0N/Atest_message_parser_LDADD = message-parser.lo message-header-parser.lo message-size.lo rfc822-parser.lo rfc2231-parser.lo $(test_libs)
0N/Atest_message_part_SOURCES = test-message-part.c
0N/Atest_message_part_LDADD = message-part.lo message-parser.lo message-header-parser.lo message-size.lo rfc822-parser.lo rfc2231-parser.lo $(test_libs)
0N/Atest_message_snippet_SOURCES = test-message-snippet.c
0N/Atest_message_snippet_LDADD = message-snippet.lo mail-html2text.lo $(test_message_decoder_LDADD) message-parser.lo message-header-parser.lo message-header-decode.lo message-size.lo
0N/Atest_mail_html2text_SOURCES = test-mail-html2text.c
0N/Atest_mail_html2text_LDADD = mail-html2text.lo $(test_libs)
0N/Atest_ostream_dot_SOURCES = test-ostream-dot.c
0N/Atest_ostream_dot_LDADD = ostream-dot.lo $(test_libs)
0N/Atest_quoted_printable_SOURCES = test-quoted-printable.c
0N/Atest_quoted_printable_LDADD = quoted-printable.lo $(test_libs)
0N/Atest_rfc2231_parser_SOURCES = test-rfc2231-parser.c