[evolution] Bug 600926 - Fails to build due to missing dependencies
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution] Bug 600926 - Fails to build due to missing dependencies
- Date: Tue, 10 Nov 2009 00:14:05 +0000 (UTC)
commit 950401c29d9c449043cabf43c0568daa9af6f624
Author: Yan Li <yanli infradead org>
Date: Mon Nov 9 19:07:52 2009 -0500
Bug 600926 - Fails to build due to missing dependencies
composer/Makefile.am | 7 ++++++-
mail/Makefile.am | 4 ++++
modules/mail/Makefile.am | 8 +++++++-
3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/composer/Makefile.am b/composer/Makefile.am
index 6264266..8166697 100644
--- a/composer/Makefile.am
+++ b/composer/Makefile.am
@@ -56,11 +56,16 @@ libcomposer_la_SOURCES = \
libcomposer_la_LDFLAGS = $(NO_UNDEFINED)
libcomposer_la_LIBADD = \
+ $(top_builddir)/e-util/libeutil.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/shell/libeshell.la \
$(top_builddir)/em-format/libemformat.la \
$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
- $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la
+ $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
+ $(GNOME_PLATFORM_LIBS) \
+ $(CAMEL_LIBS) \
+ $(GTKHTML_LIBS) \
+ $(E_WIDGETS_LIBS)
uidir = $(evolutionuidir)
ui_DATA = evolution-composer.ui
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 80777de..a59061f 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -165,9 +165,13 @@ libevolution_mail_la_LIBADD = \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
$(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
+ $(top_builddir)/em-format/libemformat.la \
+ $(top_builddir)/filter/libfilter.la \
$(GNOME_PLATFORM_LIBS) \
+ $(CAMEL_LIBS) \
$(CANBERRA_LIBS) \
$(GTKHTML_LIBS) \
+ $(E_WIDGETS_LIBS) \
$(SMIME_LIBS)
libevolution_mail_la_LDFLAGS = $(NO_UNDEFINED)
diff --git a/modules/mail/Makefile.am b/modules/mail/Makefile.am
index 962fc61..8599a69 100644
--- a/modules/mail/Makefile.am
+++ b/modules/mail/Makefile.am
@@ -56,7 +56,13 @@ libevolution_module_mail_la_LIBADD = \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/mail/importers/libevolution-mail-importers.la \
- $(GNOME_PLATFORM_LIBS)
+ $(top_builddir)/em-format/libemformat.la \
+ $(top_builddir)/widgets/menus/libmenus.la \
+ $(top_builddir)/filter/libfilter.la \
+ $(GNOME_PLATFORM_LIBS) \
+ $(CAMEL_LIBS) \
+ $(GTKHTML_LIBS) \
+ $(E_WIDGETS_LIBS)
libevolution_module_mail_la_LDFLAGS = \
-avoid-version -module $(NO_UNDEFINED)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]