diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2007-08-20 22:30:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-08-20 22:30:11 +0800 |
commit | de73ad44045a26fc41c3434488feb0dd9d981b0a (patch) | |
tree | f2f01ee0438aba055011af40be33fa86252450e3 /plugins/startup-wizard/Makefile.am | |
parent | 5f21a5fe4e63c0b9460b201e8b33c004a903270f (diff) | |
download | gsoc2013-evolution-de73ad44045a26fc41c3434488feb0dd9d981b0a.tar.gz gsoc2013-evolution-de73ad44045a26fc41c3434488feb0dd9d981b0a.tar.zst gsoc2013-evolution-de73ad44045a26fc41c3434488feb0dd9d981b0a.zip |
Fix some distcheck errors.
svn path=/trunk/; revision=34046
Diffstat (limited to 'plugins/startup-wizard/Makefile.am')
-rw-r--r-- | plugins/startup-wizard/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/startup-wizard/Makefile.am b/plugins/startup-wizard/Makefile.am index 507caa205f..551eb303a8 100644 --- a/plugins/startup-wizard/Makefile.am +++ b/plugins/startup-wizard/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = -I . \ -I$(top_srcdir) \ + -I$(top_builddir)/shell \ $(EVOLUTION_MAIL_CFLAGS) @EVO_PLUGIN_RULE@ |