diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-25 10:33:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-25 10:33:44 +0800 |
commit | e0dfedddffb8cb56b74318692d01ccf0a7d57ad7 (patch) | |
tree | 23ae7986c7d83c5c012df58b4578e5ee35a547d3 /plugins | |
parent | fc69e596cc52aca862407cab4cb13f26876c6805 (diff) | |
download | gsoc2013-evolution-e0dfedddffb8cb56b74318692d01ccf0a7d57ad7.tar.gz gsoc2013-evolution-e0dfedddffb8cb56b74318692d01ccf0a7d57ad7.tar.zst gsoc2013-evolution-e0dfedddffb8cb56b74318692d01ccf0a7d57ad7.zip |
Get the "default-mailer" plugin working again.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/default-mailer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/default-mailer/Makefile.am b/plugins/default-mailer/Makefile.am index 78766909c5..d54107f973 100644 --- a/plugins/default-mailer/Makefile.am +++ b/plugins/default-mailer/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ - -I$(top_builddir)/shell \ + -I$(top_srcdir)/widgets \ $(EVOLUTION_MAIL_CFLAGS) @EVO_PLUGIN_RULE@ |