diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-28 19:47:25 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-28 19:47:25 +0800 |
commit | 20bd2dbf35f5b62c3ca8e955204cdf4e2ed96a47 (patch) | |
tree | 6f7b91f093cc2077c539253847da9b9386cdd82a /executive-summary/component | |
parent | 85cc391f1a403157837f5d9aa8e681f57a32afc0 (diff) | |
download | gsoc2013-evolution-20bd2dbf35f5b62c3ca8e955204cdf4e2ed96a47.tar gsoc2013-evolution-20bd2dbf35f5b62c3ca8e955204cdf4e2ed96a47.tar.gz gsoc2013-evolution-20bd2dbf35f5b62c3ca8e955204cdf4e2ed96a47.tar.bz2 gsoc2013-evolution-20bd2dbf35f5b62c3ca8e955204cdf4e2ed96a47.tar.lz gsoc2013-evolution-20bd2dbf35f5b62c3ca8e955204cdf4e2ed96a47.tar.xz gsoc2013-evolution-20bd2dbf35f5b62c3ca8e955204cdf4e2ed96a47.tar.zst gsoc2013-evolution-20bd2dbf35f5b62c3ca8e955204cdf4e2ed96a47.zip |
builddir != srcdir fun.
svn path=/trunk/; revision=6247
Diffstat (limited to 'executive-summary/component')
-rw-r--r-- | executive-summary/component/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am index 496d70d2ac..5b3f147dfd 100644 --- a/executive-summary/component/Makefile.am +++ b/executive-summary/component/Makefile.am @@ -7,7 +7,9 @@ INCLUDES = \ -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ -I$(top_builddir)/executive-summary \ - -I$(top_srcdir)/executive-summary/ \ + -I$(top_srcdir)/executive-summary \ + -I$(top_builddir)/executive-summary/evolution-services \ + -I$(top_srcdir)/executive-summary/evolution-services \ $(EXTRA_GNOME_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ $(UNICODE_CFLAGS) \ |