diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-05 20:26:29 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-05 20:26:29 +0800 |
commit | 1094408202211ff65114da99e95a57a73cc32735 (patch) | |
tree | 3ace45334291d28babb40ac1acf92359c576bcaf | |
parent | 3a87c8d166c936ef222e0d90379e9333a727c855 (diff) | |
download | gsoc2013-evolution-1094408202211ff65114da99e95a57a73cc32735.tar.gz gsoc2013-evolution-1094408202211ff65114da99e95a57a73cc32735.tar.zst gsoc2013-evolution-1094408202211ff65114da99e95a57a73cc32735.zip |
Fix a build break in external-editor plugin.
-rw-r--r-- | plugins/external-editor/Makefile.am | 1 |
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) |