aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-05 08:47:19 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-05 08:47:19 +0800
commit74be145e707bd22c1a39d1cbf447b6c03bcfc6d3 (patch)
treee72a6ab2065af17ead5c572d6c87c9d000a5d624
parent94cba78ef8498f70d7f3a7400eecd89d1c0495a3 (diff)
downloadgsoc2013-evolution-74be145e707bd22c1a39d1cbf447b6c03bcfc6d3.tar
gsoc2013-evolution-74be145e707bd22c1a39d1cbf447b6c03bcfc6d3.tar.gz
gsoc2013-evolution-74be145e707bd22c1a39d1cbf447b6c03bcfc6d3.tar.bz2
gsoc2013-evolution-74be145e707bd22c1a39d1cbf447b6c03bcfc6d3.tar.lz
gsoc2013-evolution-74be145e707bd22c1a39d1cbf447b6c03bcfc6d3.tar.xz
gsoc2013-evolution-74be145e707bd22c1a39d1cbf447b6c03bcfc6d3.tar.zst
gsoc2013-evolution-74be145e707bd22c1a39d1cbf447b6c03bcfc6d3.zip
Add -I$(top_srcdir)/widgets to a bunch of plugins.
-rw-r--r--plugins/attachment-reminder/Makefile.am1
-rw-r--r--plugins/bbdb/Makefile.am1
-rw-r--r--plugins/mailing-list-actions/Makefile.am1
-rw-r--r--plugins/templates/Makefile.am1
4 files changed, 4 insertions, 0 deletions
diff --git a/plugins/attachment-reminder/Makefile.am b/plugins/attachment-reminder/Makefile.am
index c6ce86e17e..97e1abc696 100644
--- a/plugins/attachment-reminder/Makefile.am
+++ b/plugins/attachment-reminder/Makefile.am
@@ -1,6 +1,7 @@
INCLUDES = \
-I$(top_builddir)/composer \
-I$(top_srcdir) \
+ -I$(top_srcdir)/widgets \
$(EVOLUTION_MAIL_CFLAGS) \
-DEVOLUTION_PLUGINDIR="\"$(plugindir)\""
diff --git a/plugins/bbdb/Makefile.am b/plugins/bbdb/Makefile.am
index 1987a32efa..1bf7604e92 100644
--- a/plugins/bbdb/Makefile.am
+++ b/plugins/bbdb/Makefile.am
@@ -1,6 +1,7 @@
INCLUDES = \
-I$(top_builddir)/composer \
-I$(top_srcdir) \
+ -I$(top_srcdir)/widgets \
$(EVOLUTION_MAIL_CFLAGS) \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
diff --git a/plugins/mailing-list-actions/Makefile.am b/plugins/mailing-list-actions/Makefile.am
index dffd4f1d44..e90c608a5b 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_srcdir)/widgets \
-I$(top_builddir)/composer \
$(EVOLUTION_MAIL_CFLAGS)
diff --git a/plugins/templates/Makefile.am b/plugins/templates/Makefile.am
index 6b01e15767..3c1ff2052e 100644
--- a/plugins/templates/Makefile.am
+++ b/plugins/templates/Makefile.am
@@ -1,5 +1,6 @@
INCLUDES = \
-I$(top_srcdir) \
+ -I$(top_srcdir)/widgets \
-I$(top_builddir) \
-I$(top_builddir)/composer \
$(EVOLUTION_MAIL_CFLAGS) \