diff options
author | Not Zed <NotZed@Ximian.com> | 2003-03-10 12:27:35 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-03-10 12:27:35 +0800 |
commit | bc78d367b0f55fa2a3090cc32df91a5c91c5d9cc (patch) | |
tree | 8e14b68515e62c3069dbb69c84f11df4f4898133 /mail/Makefile.am | |
parent | 67974fa1e0c1d8702508c8ce601c03db22c4399c (diff) | |
download | gsoc2013-evolution-bc78d367b0f55fa2a3090cc32df91a5c91c5d9cc.tar.gz gsoc2013-evolution-bc78d367b0f55fa2a3090cc32df91a5c91c5d9cc.tar.zst gsoc2013-evolution-bc78d367b0f55fa2a3090cc32df91a5c91c5d9cc.zip |
removed main.c from the build.
2003-03-10 Not Zed <NotZed@Ximian.com>
* Makefile.am (libevolution_mail_la_SOURCES): removed main.c from
the build.
* component-factory.c (component_factory_init): Remove, not used
anymore, causes linking problems some places.
(factory): Removed the debug printf.
svn path=/trunk/; revision=20226
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index b7d41b1982..afdbf9a1d6 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -136,7 +136,6 @@ libevolution_mail_la_SOURCES = \ mail-vfolder.h \ message-browser.c \ message-browser.h \ - main.c \ message-list.c \ message-list.h \ message-tag-editor.c \ |