aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-09-16 20:31:40 +0800
committerMilan Crha <mcrha@redhat.com>2009-09-16 20:31:40 +0800
commit3ab9a05222b6ddee8099b871b733abd1b2d84cda (patch)
treef868d11aa20484630872be269c367fc1f1822788 /composer
parentfec28b6d7cc0fbc24f2386d18d0fffd82e1d3401 (diff)
downloadgsoc2013-evolution-3ab9a05222b6ddee8099b871b733abd1b2d84cda.tar
gsoc2013-evolution-3ab9a05222b6ddee8099b871b733abd1b2d84cda.tar.gz
gsoc2013-evolution-3ab9a05222b6ddee8099b871b733abd1b2d84cda.tar.bz2
gsoc2013-evolution-3ab9a05222b6ddee8099b871b733abd1b2d84cda.tar.lz
gsoc2013-evolution-3ab9a05222b6ddee8099b871b733abd1b2d84cda.tar.xz
gsoc2013-evolution-3ab9a05222b6ddee8099b871b733abd1b2d84cda.tar.zst
gsoc2013-evolution-3ab9a05222b6ddee8099b871b733abd1b2d84cda.zip
Bug #594284 - Missing libraries in composer to link properly
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 e20f3f007e..68c0d66a0a 100644
--- a/composer/Makefile.am
+++ b/composer/Makefile.am
@@ -50,9 +50,14 @@ libcomposer_la_SOURCES = \
e-composer-text-header.c \
e-msg-composer.c
+libcomposer_la_LDFLAGS = $(NO_UNDEFINED)
+
libcomposer_la_LIBADD = \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
- $(top_builddir)/em-format/libemformat.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
uidir = $(evolutionuidir)
ui_DATA = evolution-composer.ui