diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-04-26 22:44:58 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-30 00:40:25 +0800 |
commit | d9ed3824243be6def9dd3e899649406ab659291e (patch) | |
tree | 180f4af74cd559dd02742790155a6040a13d029a /plugins | |
parent | 5d08bbfe4ca858c067caad0cc8ce0c08a52e1f44 (diff) | |
download | gsoc2013-evolution-d9ed3824243be6def9dd3e899649406ab659291e.tar.gz gsoc2013-evolution-d9ed3824243be6def9dd3e899649406ab659291e.tar.zst gsoc2013-evolution-d9ed3824243be6def9dd3e899649406ab659291e.zip |
Fix linking of face plugin
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/face/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/face/Makefile.am b/plugins/face/Makefile.am index 240dc3a8d0..c358f8df83 100644 --- a/plugins/face/Makefile.am +++ b/plugins/face/Makefile.am @@ -21,6 +21,7 @@ liborg_gnome_face_la_SOURCES = face.c liborg_gnome_face_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/composer/libcomposer.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/mail/libevolution-mail.la \ $(EVOLUTION_MAIL_LIBS) \ |