diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-16 22:09:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-16 22:09:11 +0800 |
commit | f92bdde80fbdf65ac242da53d88a48b3db99bd50 (patch) | |
tree | 8499279d2012b472fee8672d6eceb9c8642b03d2 /capplet | |
parent | bb2bd0655853ce4002b85abc7333330fb0c7cfa6 (diff) | |
download | gsoc2013-evolution-f92bdde80fbdf65ac242da53d88a48b3db99bd50.tar.gz gsoc2013-evolution-f92bdde80fbdf65ac242da53d88a48b3db99bd50.tar.zst gsoc2013-evolution-f92bdde80fbdf65ac242da53d88a48b3db99bd50.zip |
More capplet build issues.
Diffstat (limited to 'capplet')
-rw-r--r-- | capplet/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/capplet/Makefile.am b/capplet/Makefile.am index 51e17dc1d3..aac8cf7a98 100644 --- a/capplet/Makefile.am +++ b/capplet/Makefile.am @@ -59,5 +59,7 @@ evolution_settings_LDADD = \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/filter/libfilter.la \ $(top_builddir)/mail/libevolution-mail.la \ - $(top_builddir)/capplet/settings/libevolution-mail-settings.la + $(top_builddir)/capplet/settings/libevolution-mail-settings.la \ + $(top_builddir)/shell/libeshell.la \ + $(top_builddir)/e-util/libeutil.la |