aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-12-17 03:03:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-01-25 23:28:25 +0800
commitdfc28aa9cefad63fb0fc926ce725f7cad8125cb0 (patch)
tree8a2859c84d9f416d7ae59cf546004c4a1bcd2326 /plugins
parent2f65dede9fbf1ce24cc852f68de454a39f6ddda1 (diff)
downloadgsoc2013-evolution-dfc28aa9cefad63fb0fc926ce725f7cad8125cb0.tar
gsoc2013-evolution-dfc28aa9cefad63fb0fc926ce725f7cad8125cb0.tar.gz
gsoc2013-evolution-dfc28aa9cefad63fb0fc926ce725f7cad8125cb0.tar.bz2
gsoc2013-evolution-dfc28aa9cefad63fb0fc926ce725f7cad8125cb0.tar.lz
gsoc2013-evolution-dfc28aa9cefad63fb0fc926ce725f7cad8125cb0.tar.xz
gsoc2013-evolution-dfc28aa9cefad63fb0fc926ce725f7cad8125cb0.tar.zst
gsoc2013-evolution-dfc28aa9cefad63fb0fc926ce725f7cad8125cb0.zip
Drop support for gtk+-2.0.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/calendar-weather/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/calendar-weather/Makefile.am b/plugins/calendar-weather/Makefile.am
index 96f1fd2da7..5cc4b8cd07 100644
--- a/plugins/calendar-weather/Makefile.am
+++ b/plugins/calendar-weather/Makefile.am
@@ -14,7 +14,7 @@ liborg_gnome_calendar_weather_la_CPPFLAGS = \
$(SOURCE_SEL_CFLAGS) \
-DWEATHER_DATADIR=\""$(weatherdatadir)"\" \
-DWEATHER_EDS_DATADIR=\""$(eds_datadir)/weather"\" \
- $(LIBGWEATHER_CFLAGS)
+ $(GWEATHER_CFLAGS)
liborg_gnome_calendar_weather_la_SOURCES = calendar-weather.c
liborg_gnome_calendar_weather_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
@@ -22,7 +22,7 @@ liborg_gnome_calendar_weather_la_LIBADD = \
$(top_builddir)/calendar/gui/libevolution-calendar.la \
$(top_builddir)/e-util/libeutil.la \
$(EVOLUTION_CALENDAR_LIBS) \
- $(LIBGWEATHER_LIBS) \
+ $(GWEATHER_LIBS) \
$(GNOME_PLATFORM_LIBS)
EXTRA_DIST = \