diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-09-06 20:33:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-06 20:33:56 +0800 |
commit | 959ebe30bd902af81d38d4a409945f66fdcf6e3a (patch) | |
tree | f504fd66f53602f0b94b6cf5f418addc351cb474 /plugins/calendar-weather/Makefile.am | |
parent | 016805f54d602763358da78f45b4779bd85763b1 (diff) | |
download | gsoc2013-evolution-959ebe30bd902af81d38d4a409945f66fdcf6e3a.tar.gz gsoc2013-evolution-959ebe30bd902af81d38d4a409945f66fdcf6e3a.tar.zst gsoc2013-evolution-959ebe30bd902af81d38d4a409945f66fdcf6e3a.zip |
Bug 594284 - FTBFS: missing links
Diffstat (limited to 'plugins/calendar-weather/Makefile.am')
-rw-r--r-- | plugins/calendar-weather/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/calendar-weather/Makefile.am b/plugins/calendar-weather/Makefile.am index 484adf71e9..3da4088692 100644 --- a/plugins/calendar-weather/Makefile.am +++ b/plugins/calendar-weather/Makefile.am @@ -18,6 +18,7 @@ liborg_gnome_calendar_weather_la_SOURCES = calendar-weather.c liborg_gnome_calendar_weather_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) liborg_gnome_calendar_weather_la_LIBADD = \ $(top_builddir)/calendar/gui/libevolution-calendar.la \ + $(top_builddir)/e-util/libeutil.la \ $(EVOLUTION_CALENDAR_LIBS) \ $(LIBGWEATHER_LIBS) |