[evolution] Bug 588106 – Makefile.am misuses *_LDFLAGS
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution] Bug 588106 – Makefile.am misuses *_LDFLAGS
- Date: Thu, 9 Jul 2009 14:52:27 +0000 (UTC)
commit 2cddd404600c93fc9942d809bb25ddfdc7b5df0c
Author: Daniel Macks <dmacks netspace org>
Date: Thu Jul 9 10:52:06 2009 -0400
Bug 588106 â?? Makefile.am misuses *_LDFLAGS
plugins/calendar-weather/Makefile.am | 5 +++--
plugins/mail-notification/Makefile.am | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/plugins/calendar-weather/Makefile.am b/plugins/calendar-weather/Makefile.am
index f90d26e..3605558 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 ec91117..ac8a7c9 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]