Makefile.am
added mapfile_stream.c
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -12,9 +12,9 @@ lib_LTLIBRARIES = libmailbox.la | ... | @@ -12,9 +12,9 @@ lib_LTLIBRARIES = libmailbox.la |
12 | 12 | ||
13 | libmailbox_la_SOURCES = \ | 13 | libmailbox_la_SOURCES = \ |
14 | _cpystr.c attachment.c attribute.c auth.c body.c file_stream.c \ | 14 | _cpystr.c attachment.c attribute.c auth.c body.c file_stream.c \ |
15 | header.c io.c locker.c mailbox.c mailer.c mbx_default.c mbx_imap.c mbx_mbox.c \ | 15 | header.c io.c locker.c mailbox.c mailer.c mapfile_stream.c \ |
16 | mbx_mdir.c mbx_mh.c mbx_mmdf.c mbx_pop.c mbx_unix.c \ | 16 | mbx_default.c mbx_imap.c mbx_mbox.c mbx_mdir.c mbx_mh.c mbx_mmdf.c \ |
17 | message.c mime.c registrar.c tcp.c trans_stream.c \ | 17 | mbx_pop.c mbx_unix.c message.c mime.c registrar.c tcp.c trans_stream.c \ |
18 | url.c url_file.c url_imap.c url_mail.c url_mbox.c url_mdir.c \ | 18 | url.c url_file.c url_imap.c url_mail.c url_mbox.c url_mdir.c \ |
19 | url_mh.c url_mmdf.c url_pop.c url_unix.c | 19 | url_mh.c url_mmdf.c url_pop.c url_unix.c |
20 | 20 | ... | ... |
-
Please register or sign in to post a comment