diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-26 08:05:06 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-26 08:05:06 +0800 |
commit | 28f2aafc0a9e6909cb20f54af651165c49f6d67e (patch) | |
tree | 1b9b8c64e8ad74533030a1dd2d2bf796449f3db6 | |
parent | 75bb2f48a52ea7891195e89091df68c46a7db514 (diff) | |
download | gsoc2013-evolution-28f2aafc0a9e6909cb20f54af651165c49f6d67e.tar.gz gsoc2013-evolution-28f2aafc0a9e6909cb20f54af651165c49f6d67e.tar.zst gsoc2013-evolution-28f2aafc0a9e6909cb20f54af651165c49f6d67e.zip |
Forgot
svn path=/trunk/; revision=7829
-rw-r--r-- | mail/Makefile.am | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 75409686fd..6b318663ff 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -16,6 +16,8 @@ INCLUDES = \ -I$(top_srcdir)/shell \ -I$(top_builddir)/executive-summary \ -I$(top_srcdir)/executive-summary \ + -I$(top_srcdir)/shell/importer \ + -I$(top_builddir)/shell/importer \ $(EXTRA_GNOME_CFLAGS) \ $(BONOBO_HTML_GNOME_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ @@ -67,6 +69,8 @@ evolution_mail_SOURCES = \ mail-display.h \ mail-format.c \ mail-identify.c \ + mail-importer.c \ + mail-importer.h \ mail-local.c \ mail-local.h \ mail-mlist-magic.c \ @@ -97,7 +101,11 @@ evolution_mail_SOURCES = \ mail-session.h \ subscribe-dialog.c \ subscribe-dialog.h \ - mail.h + mail.h \ + evolution-outlook-importer.c \ + evolution-outlook-importer.h \ + evolution-mbox-importer.c \ + evolution-mbox-importer.h evolution_mail_LDADD = \ $(top_builddir)/shell/libeshell.a \ @@ -110,6 +118,7 @@ evolution_mail_LDADD = \ $(top_builddir)/libibex/libibex.la \ $(top_builddir)/filter/libfilter.la \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ + $(top_builddir)/shell/importer/libevolution-importer.la \ $(BONOBO_VFS_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) \ $(GTKHTML_LIBS) \ @@ -119,6 +128,17 @@ evolution_mail_LDADD = \ evolution_mail_LDFLAGS = \ -export-dynamic +#evolution_outlook_importer_SOURCES = \ +# evolution-outlook-importer.c + +#evolution_outlook_importer_LDADD = \ +# $(BONOBO_GNOME_LIBS) \ +# $(EXTRA_GNOME_LIBS) \ +# $(top_builddir)/e-util/libeutil.la \ +# $(top_builddir)/shell/importer/libevolution-importer.la \ +# $(CAMEL_OBJS_EXTRA) \ +# $(top_builddir)/camel/libcamel.la + test_mail_SOURCES = \ test-mail.c |