aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2005-07-27 00:43:44 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-07-27 00:43:44 +0800
commit2cf7a28ecc4166dfe98b758676b2827e14a1c0eb (patch)
tree2ad0956b59f4ae0c79ad1e089c580ada56b57004 /plugins
parentee9f341b5b455a7343f59d564e2c5a230fd1def2 (diff)
downloadgsoc2013-evolution-2cf7a28ecc4166dfe98b758676b2827e14a1c0eb.tar
gsoc2013-evolution-2cf7a28ecc4166dfe98b758676b2827e14a1c0eb.tar.gz
gsoc2013-evolution-2cf7a28ecc4166dfe98b758676b2827e14a1c0eb.tar.bz2
gsoc2013-evolution-2cf7a28ecc4166dfe98b758676b2827e14a1c0eb.tar.lz
gsoc2013-evolution-2cf7a28ecc4166dfe98b758676b2827e14a1c0eb.tar.xz
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')
-rw-r--r--plugins/calendar-weather/Makefile.am3
-rw-r--r--plugins/groupwise-features/Makefile.am2
-rw-r--r--plugins/mail-account-disable/Makefile.am1
-rw-r--r--plugins/mailing-list-actions/Makefile.am1
-rw-r--r--plugins/print-message/Makefile.am1
5 files changed, 7 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)"\" \
diff --git a/plugins/groupwise-features/Makefile.am b/plugins/groupwise-features/Makefile.am
index 6cc7df0ecc..f06792bfe5 100644
--- a/plugins/groupwise-features/Makefile.am
+++ b/plugins/groupwise-features/Makefile.am
@@ -7,6 +7,8 @@ INCLUDES = \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/widgets/misc \
-I$(top_srcdir)/camel \
+ -I$(top_builddir)/composer \
+ -I$(top_builddir)/mail \
$(EVOLUTION_MAIL_CFLAGS) \
$(EVOLUTION_CALENDAR_CFLAGS) \
$(EVOLUTION_ADDRESSBOOK_CFLAGS) \
diff --git a/plugins/mail-account-disable/Makefile.am b/plugins/mail-account-disable/Makefile.am
index b1bae11247..bd29208a2e 100644
--- a/plugins/mail-account-disable/Makefile.am
+++ b/plugins/mail-account-disable/Makefile.am
@@ -7,6 +7,7 @@ endif
INCLUDES = \
-I$(top_srcdir) \
+ -I$(top_builddir)/mail \
$(EVOLUTION_MAIL_CFLAGS) \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\"
diff --git a/plugins/mailing-list-actions/Makefile.am b/plugins/mailing-list-actions/Makefile.am
index 7156516615..72bbd70660 100644
--- a/plugins/mailing-list-actions/Makefile.am
+++ b/plugins/mailing-list-actions/Makefile.am
@@ -1,5 +1,6 @@
INCLUDES = \
-I$(top_srcdir) \
+ -I$(top_builddir)/composer \
$(EVOLUTION_MAIL_CFLAGS)
@EVO_PLUGIN_RULE@
diff --git a/plugins/print-message/Makefile.am b/plugins/print-message/Makefile.am
index 7b46d27c88..ad4f7f8dd7 100644
--- a/plugins/print-message/Makefile.am
+++ b/plugins/print-message/Makefile.am
@@ -1,5 +1,6 @@
INCLUDES = \
-I$(top_srcdir) \
+ -I$(top_builddir)/composer \
$(EVOLUTION_MAIL_CFLAGS)
@EVO_PLUGIN_RULE@