aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorYan Li <yanli@infradead.org>2009-11-10 08:07:52 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-11-10 08:07:52 +0800
commit950401c29d9c449043cabf43c0568daa9af6f624 (patch)
treecb6bfcda7fce9915142608ef52671fe7d2dea52b /composer
parent38b68f3c8c0fd7d8169dd6f2dd708485788250af (diff)
downloadgsoc2013-evolution-950401c29d9c449043cabf43c0568daa9af6f624.tar
gsoc2013-evolution-950401c29d9c449043cabf43c0568daa9af6f624.tar.gz
gsoc2013-evolution-950401c29d9c449043cabf43c0568daa9af6f624.tar.bz2
gsoc2013-evolution-950401c29d9c449043cabf43c0568daa9af6f624.tar.lz
gsoc2013-evolution-950401c29d9c449043cabf43c0568daa9af6f624.tar.xz
gsoc2013-evolution-950401c29d9c449043cabf43c0568daa9af6f624.tar.zst
gsoc2013-evolution-950401c29d9c449043cabf43c0568daa9af6f624.zip
BugĀ 600926 - Fails to build due to missing dependencies
Diffstat (limited to 'composer')
-rw-r--r--composer/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am
index 6264266be7..8166697276 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