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 +++-- plugins/mail-notification/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins') 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 \ diff --git a/plugins/mail-notification/Makefile.am b/plugins/mail-notification/Makefile.am index ec91117eb8..ac8a7c940d 100644 --- a/plugins/mail-notification/Makefile.am +++ b/plugins/mail-notification/Makefile.am @@ -30,7 +30,7 @@ liborg_gnome_mail_notification_la_LIBADD = \ $(NO_UNDEFINED_REQUIRED_LIBS) if ENABLE_DBUS -liborg_gnome_mail_notification_la_LDFLAGS += $(NMN_LIBS) +liborg_gnome_mail_notification_la_LIBADD += $(NMN_LIBS) endif schemadir = $(GCONF_SCHEMA_FILE_DIR) -- cgit v1.2.3