diff options
Diffstat (limited to 'plugins/calendar-weather/Makefile.am')
-rw-r--r-- | plugins/calendar-weather/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/calendar-weather/Makefile.am b/plugins/calendar-weather/Makefile.am index 598521073b..8f57db1dcc 100644 --- a/plugins/calendar-weather/Makefile.am +++ b/plugins/calendar-weather/Makefile.am @@ -2,7 +2,8 @@ eds_datadir = `pkg-config --variable=privdatadir evolution-data-server-1.2` weatherdatadir = $(datadir)/evolution/$(BASE_VERSION)/weather INCLUDES = \ - -I$(top_srcdir)/shell \ + -I$(top_srcdir) \ + -I$(top_builddir)/shell \ $(EVOLUTION_CALENDAR_CFLAGS) \ $(SOURCE_SEL_CFLAGS) \ -DWEATHER_DATADIR=\""$(weatherdatadir)"\" \ |