aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/calendar-weather/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-12 11:19:03 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-12 11:19:03 +0800
commite68456f60f37d5d6e18fac95a5a9ddea2e9627fa (patch)
treea45843764cfee8994cf540bf703250120b5e4a9a /plugins/calendar-weather/Makefile.am
parent5e31896863e915fb2a7f613c029fb91aeaa2e42c (diff)
downloadgsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar
gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar.gz
gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar.bz2
gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar.lz
gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar.xz
gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar.zst
gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.zip
Get the calendar-weather plugin working.
Diffstat (limited to 'plugins/calendar-weather/Makefile.am')
-rw-r--r--plugins/calendar-weather/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/calendar-weather/Makefile.am b/plugins/calendar-weather/Makefile.am
index 0f3daf774b..484adf71e9 100644
--- a/plugins/calendar-weather/Makefile.am
+++ b/plugins/calendar-weather/Makefile.am
@@ -1,12 +1,12 @@
eds_datadir = `pkg-config --variable=privdatadir evolution-data-server-1.2`
-AM_CPPFLAGS = \
- -I$(top_srcdir) \
- -I$(top_builddir)/shell \
- $(EVOLUTION_CALENDAR_CFLAGS) \
- $(SOURCE_SEL_CFLAGS) \
- -DWEATHER_DATADIR=\""$(weatherdatadir)"\" \
- -DWEATHER_EDS_DATADIR=\""$(eds_datadir)/weather"\" \
+AM_CPPFLAGS = \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/widgets \
+ $(EVOLUTION_CALENDAR_CFLAGS) \
+ $(SOURCE_SEL_CFLAGS) \
+ -DWEATHER_DATADIR=\""$(weatherdatadir)"\" \
+ -DWEATHER_EDS_DATADIR=\""$(eds_datadir)/weather"\" \
$(LIBGWEATHER_CFLAGS)
@EVO_PLUGIN_RULE@