From 2cddd404600c93fc9942d809bb25ddfdc7b5df0c Mon Sep 17 00:00:00 2001 From: Daniel Macks Date: Thu, 9 Jul 2009 10:52:06 -0400 Subject: =?UTF-8?q?Bug=20588106=20=E2=80=93=20Makefile.am=20misuses=20*=5F?= =?UTF-8?q?LDFLAGS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/calendar-weather/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/calendar-weather') diff --git a/plugins/calendar-weather/Makefile.am b/plugins/calendar-weather/Makefile.am index f90d26e7e3..360555810a 100644 --- a/plugins/calendar-weather/Makefile.am +++ b/plugins/calendar-weather/Makefile.am @@ -25,10 +25,11 @@ plugin_DATA = org-gnome-calendar-weather.eplug plugin_LTLIBRARIES = liborg-gnome-calendar-weather.la liborg_gnome_calendar_weather_la_SOURCES = calendar-weather.c -liborg_gnome_calendar_weather_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) $(LIBGWEATHER_LIBS) +liborg_gnome_calendar_weather_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) liborg_gnome_calendar_weather_la_LIBADD = \ $(top_builddir)/calendar/gui/libevolution-calendar.la \ - $(EVOLUTION_CALENDAR_LIBS) + $(EVOLUTION_CALENDAR_LIBS) \ + $(LIBGWEATHER_LIBS) EXTRA_DIST = \ org-gnome-calendar-weather.eplug.xml \ -- cgit v1.2.3