diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-02-08 05:32:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-02-08 05:32:19 +0800 |
commit | 848452deef2779246743bc0a8cd8e2f85c4c9ba4 (patch) | |
tree | 966bd3eaead451332e5650e3df907a9bc1dbc855 /plugins | |
parent | 393021c19df76d191fde161fc93af31bbf1dea4b (diff) | |
download | gsoc2013-evolution-848452deef2779246743bc0a8cd8e2f85c4c9ba4.tar gsoc2013-evolution-848452deef2779246743bc0a8cd8e2f85c4c9ba4.tar.gz gsoc2013-evolution-848452deef2779246743bc0a8cd8e2f85c4c9ba4.tar.bz2 gsoc2013-evolution-848452deef2779246743bc0a8cd8e2f85c4c9ba4.tar.lz gsoc2013-evolution-848452deef2779246743bc0a8cd8e2f85c4c9ba4.tar.xz gsoc2013-evolution-848452deef2779246743bc0a8cd8e2f85c4c9ba4.tar.zst gsoc2013-evolution-848452deef2779246743bc0a8cd8e2f85c4c9ba4.zip |
Add more missing linker flags.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/google-account-setup/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/google-account-setup/Makefile.am b/plugins/google-account-setup/Makefile.am index eeffd15d28..07f41510e4 100644 --- a/plugins/google-account-setup/Makefile.am +++ b/plugins/google-account-setup/Makefile.am @@ -21,6 +21,7 @@ liborg_gnome_evolution_google_la_SOURCES = \ liborg_gnome_evolution_google_la_LIBADD = \ $(top_builddir)/calendar/gui/libevolution-calendar.la \ + $(top_builddir)/e-util/libeutil.la \ $(EVOLUTION_CALENDAR_LIBS) \ $(EPLUGIN_LIBS) \ $(GNOME_PLATFORM_LIBS) |