aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-05 20:26:29 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-05 20:26:29 +0800
commit1094408202211ff65114da99e95a57a73cc32735 (patch)
tree3ace45334291d28babb40ac1acf92359c576bcaf
parent3a87c8d166c936ef222e0d90379e9333a727c855 (diff)
downloadgsoc2013-evolution-1094408202211ff65114da99e95a57a73cc32735.tar
gsoc2013-evolution-1094408202211ff65114da99e95a57a73cc32735.tar.gz
gsoc2013-evolution-1094408202211ff65114da99e95a57a73cc32735.tar.bz2
gsoc2013-evolution-1094408202211ff65114da99e95a57a73cc32735.tar.lz
gsoc2013-evolution-1094408202211ff65114da99e95a57a73cc32735.tar.xz
gsoc2013-evolution-1094408202211ff65114da99e95a57a73cc32735.tar.zst
gsoc2013-evolution-1094408202211ff65114da99e95a57a73cc32735.zip
Fix a build break in external-editor plugin.
-rw-r--r--plugins/external-editor/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/external-editor/Makefile.am b/plugins/external-editor/Makefile.am
index 0a39bc41e4..4373b81ee5 100644
--- a/plugins/external-editor/Makefile.am
+++ b/plugins/external-editor/Makefile.am
@@ -15,6 +15,7 @@ INCLUDES = \
-DLIBDIR=\""$(libdir)"\" \
-I$(top_srcdir) \
-I$(top_srcdir)/composer \
+ -I$(top_srcdir)/widgets \
$(SHELL_CFLAGS) \
$(EVOLUTION_MAIL_CFLAGS) \
$(E_UTIL_CFLAGS)