Bug 588106 – Makefile.am misuses *_LDFLAGS
This commit is contained in:
committed by
Matthew Barnes
parent
0455efd8bb
commit
2cddd40460
@ -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 \
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user