diff options
author | Not Zed <NotZed@Ximian.com> | 2001-02-22 04:30:50 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-02-22 04:30:50 +0800 |
commit | 8f53c2bcee3ced8887ac52118ab2f51597f15560 (patch) | |
tree | d1373b185af3a6f2f185cfdac0b1b7639dd8b4f7 /mail/Makefile.am | |
parent | c81bce50bbe890f804ae0a2f5b5f07813a3c3190 (diff) | |
download | gsoc2013-evolution-8f53c2bcee3ced8887ac52118ab2f51597f15560.tar.gz gsoc2013-evolution-8f53c2bcee3ced8887ac52118ab2f51597f15560.tar.zst gsoc2013-evolution-8f53c2bcee3ced8887ac52118ab2f51597f15560.zip |
Removed, no longer link with libcamelvee. (evolution_mail_LDADD): Ditto.
2001-02-22 Not Zed <NotZed@Ximian.com>
* Makefile.am (CAMEL_OBJS_EXTRA): Removed, no longer link with
libcamelvee.
(evolution_mail_LDADD): Ditto.
* mail-vtrash.c: Moved camel-vee-store header ot camel levle.
* mail-tools.c: Moved camel-vee-folder header to camel.
svn path=/trunk/; revision=8341
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 57b5defac2..28def11cd0 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -39,10 +39,6 @@ EVOLUTION_MAIL_CORBA_GENERATED = \ Mail-skels.c \ Mail-stubs.c -# FIXME Is there any way around having to do this? -CAMEL_OBJS_EXTRA = \ - $(top_builddir)/camel/providers/vee/libcamelvee.la - evolution_mail_SOURCES = \ $(EVOLUTION_MAIL_CORBA_GENERATED) \ component-factory.c \ @@ -112,7 +108,6 @@ evolution_mail_LDADD = \ $(top_builddir)/shell/libeshell.a \ $(top_builddir)/composer/libcomposer.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ - $(CAMEL_OBJS_EXTRA) \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/e-util/ename/libename.la \ |