diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-12-17 03:03:25 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:25 +0800 |
commit | 968717967398ab7e537aa27d3241b326447a180f (patch) | |
tree | 5c65896733d06c2643f96f0ddb68e512f99cc5e2 /plugins | |
parent | 5b171af4104e08d76c2e00e2011c1fcb5098fad0 (diff) | |
download | gsoc2013-evolution-968717967398ab7e537aa27d3241b326447a180f.tar.gz gsoc2013-evolution-968717967398ab7e537aa27d3241b326447a180f.tar.zst gsoc2013-evolution-968717967398ab7e537aa27d3241b326447a180f.zip |
Drop support for gtk+-2.0.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/calendar-weather/Makefile.am | 4 |
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 = \ |