aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-06-19 04:06:05 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-20 00:43:28 +0800
commitc6911b3029629f1032dd594249c099d79efe9fe1 (patch)
tree72cf7960f344ef63488af633a66dab684ae5b32a /plugins
parentc0d998229d5a3d2b65445b9025de7b23112f4063 (diff)
downloadgsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar
gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar.gz
gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar.bz2
gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar.lz
gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar.xz
gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar.zst
gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.zip
Fix "make distcheck" errors.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sa-junk-plugin/Makefile.am1
-rw-r--r--plugins/tnef-attachments/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/sa-junk-plugin/Makefile.am b/plugins/sa-junk-plugin/Makefile.am
index dfbddb45e3..7d82ad396d 100644
--- a/plugins/sa-junk-plugin/Makefile.am
+++ b/plugins/sa-junk-plugin/Makefile.am
@@ -1,5 +1,6 @@
INCLUDES = \
-I$(top_srcdir) \
+ -I$(top_srcdir)/widgets \
$(EVOLUTION_MAIL_CFLAGS)
@EVO_PLUGIN_RULE@
diff --git a/plugins/tnef-attachments/Makefile.am b/plugins/tnef-attachments/Makefile.am
index d473f15af0..b0d4a8a678 100644
--- a/plugins/tnef-attachments/Makefile.am
+++ b/plugins/tnef-attachments/Makefile.am
@@ -1,5 +1,6 @@
INCLUDES = \
-I$(top_srcdir) \
+ -I$(top_srcdir)/widgets \
-DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\"" \
-DLOCALEDIR="\"$(localedir)\"" \
$(EVOLUTION_MAIL_CFLAGS) \