diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-07-27 00:43:44 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-07-27 00:43:44 +0800 |
commit | 2cf7a28ecc4166dfe98b758676b2827e14a1c0eb (patch) | |
tree | 2ad0956b59f4ae0c79ad1e089c580ada56b57004 /plugins/calendar-weather | |
parent | ee9f341b5b455a7343f59d564e2c5a230fd1def2 (diff) | |
download | gsoc2013-evolution-2cf7a28ecc4166dfe98b758676b2827e14a1c0eb.tar.gz gsoc2013-evolution-2cf7a28ecc4166dfe98b758676b2827e14a1c0eb.tar.zst gsoc2013-evolution-2cf7a28ecc4166dfe98b758676b2827e14a1c0eb.zip |
Fix make distcheck issues. Bump version number ***** Release 2.3.6 *****
2005-07-26 Harish Krishnaswamy <kharish@novell.com>
* plugins/calendar-weather/Makefile.am:
* plugins/groupwise-features/Makefile.am:
* plugins/mail-account-disable/Makefile.am:
* plugins/mailing-list-actions/Makefile.am:
* plugins/print-message/Makefile.am:
Fix make distcheck issues.
* configure.in: Bump version number
***** Release 2.3.6 *****
svn path=/trunk/; revision=29892
Diffstat (limited to 'plugins/calendar-weather')
-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)"\" \ |