diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-05 08:47:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-05 08:47:19 +0800 |
commit | 74be145e707bd22c1a39d1cbf447b6c03bcfc6d3 (patch) | |
tree | e72a6ab2065af17ead5c572d6c87c9d000a5d624 /plugins/bbdb | |
parent | 94cba78ef8498f70d7f3a7400eecd89d1c0495a3 (diff) | |
download | gsoc2013-evolution-74be145e707bd22c1a39d1cbf447b6c03bcfc6d3.tar.gz gsoc2013-evolution-74be145e707bd22c1a39d1cbf447b6c03bcfc6d3.tar.zst gsoc2013-evolution-74be145e707bd22c1a39d1cbf447b6c03bcfc6d3.zip |
Add -I$(top_srcdir)/widgets to a bunch of plugins.
Diffstat (limited to 'plugins/bbdb')
-rw-r--r-- | plugins/bbdb/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bbdb/Makefile.am b/plugins/bbdb/Makefile.am index 1987a32efa..1bf7604e92 100644 --- a/plugins/bbdb/Makefile.am +++ b/plugins/bbdb/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = \ -I$(top_builddir)/composer \ -I$(top_srcdir) \ + -I$(top_srcdir)/widgets \ $(EVOLUTION_MAIL_CFLAGS) \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) |