diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-20 04:08:55 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-20 04:08:55 +0800 |
commit | fe5e063a3b226ef05d2920d534ffcdd027fa9753 (patch) | |
tree | fd5f187d851d6cc931a54292c8bbca58d7f3a96d /mail/Makefile.am | |
parent | 3b8762e813e637cafb6b3dc5696c35cc310df41f (diff) | |
download | gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar.gz gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar.bz2 gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar.lz gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar.xz gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar.zst gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.zip |
More work
More work
svn path=/trunk/; revision=1595
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 7c7e9a4af7..5b286d2907 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -9,6 +9,10 @@ INCLUDES = \ $(BONOBO_GNOME_CFLAGS) evolution_mail_SOURCES = \ + html-stream.c \ + html-stream.h \ + mail-display.h \ + mail-display.c \ main.c evolution_mail_LDADD = \ |