aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mark-all-read/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-14 22:06:34 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-14 22:07:12 +0800
commit1f89bf6b80c82ce7aaee9b54ba860173ac325e56 (patch)
tree3f6dbd48277412bd5facd16be121b8384e81d462 /plugins/mark-all-read/Makefile.am
parentc9f4659cd74347bbb27ca2f8f9b8cf1e406aa52e (diff)
downloadgsoc2013-evolution-1f89bf6b80c82ce7aaee9b54ba860173ac325e56.tar
gsoc2013-evolution-1f89bf6b80c82ce7aaee9b54ba860173ac325e56.tar.gz
gsoc2013-evolution-1f89bf6b80c82ce7aaee9b54ba860173ac325e56.tar.bz2
gsoc2013-evolution-1f89bf6b80c82ce7aaee9b54ba860173ac325e56.tar.lz
gsoc2013-evolution-1f89bf6b80c82ce7aaee9b54ba860173ac325e56.tar.xz
gsoc2013-evolution-1f89bf6b80c82ce7aaee9b54ba860173ac325e56.tar.zst
gsoc2013-evolution-1f89bf6b80c82ce7aaee9b54ba860173ac325e56.zip
Fix some build issues.
Diffstat (limited to 'plugins/mark-all-read/Makefile.am')
-rw-r--r--plugins/mark-all-read/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/mark-all-read/Makefile.am b/plugins/mark-all-read/Makefile.am
index c44c5dc0cb..aac01d2b37 100644
--- a/plugins/mark-all-read/Makefile.am
+++ b/plugins/mark-all-read/Makefile.am
@@ -1,5 +1,6 @@
AM_CPPFLAGS = \
- -I$(top_srcdir)\
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/widgets \
$(EVOLUTION_MAIL_CFLAGS)
@EVO_PLUGIN_RULE@