diff options
author | Dan Winship <danw@helixcode.com> | 2000-04-15 05:11:56 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-15 05:11:56 +0800 |
commit | b1724572527683ad15995f2da5896fb41b592783 (patch) | |
tree | 210d68475832cd1259f60c44f398d5f5f8e866e1 /mail/Makefile.am | |
parent | cb0371df5be2888cc2d0ad4c360642ab80e89ec9 (diff) | |
download | gsoc2013-evolution-b1724572527683ad15995f2da5896fb41b592783.tar gsoc2013-evolution-b1724572527683ad15995f2da5896fb41b592783.tar.gz gsoc2013-evolution-b1724572527683ad15995f2da5896fb41b592783.tar.bz2 gsoc2013-evolution-b1724572527683ad15995f2da5896fb41b592783.tar.lz gsoc2013-evolution-b1724572527683ad15995f2da5896fb41b592783.tar.xz gsoc2013-evolution-b1724572527683ad15995f2da5896fb41b592783.tar.zst gsoc2013-evolution-b1724572527683ad15995f2da5896fb41b592783.zip |
Moved from camel/camel-formatter, and changed slightly. (More to come.)
2000-04-14 Dan Winship <danw@helixcode.com>
* mail-format.[ch]: Moved from camel/camel-formatter, and changed
slightly. (More to come.)
* html-stream.[ch]: No longer necessary. mail-format uses
GtkHTMLStreamHandles directly.
* mail-display.[ch]: update for new message formatting code.
svn path=/trunk/; revision=2438
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 189faf1dcd..cbe029af2b 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -29,10 +29,10 @@ evolution_mail_SOURCES = \ folder-browser.h \ folder-browser-factory.c \ folder-browser-factory.h \ - html-stream.c \ - html-stream.h \ - mail-display.h \ mail-display.c \ + mail-display.h \ + mail-format.c \ + mail-format.h \ mail-ops.c \ mail-ops.h \ main.c \ |