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 | |
parent | 85cc391f1a403157837f5d9aa8e681f57a32afc0 (diff) | |
download | gsoc2013-evolution-20bd2dbf35f5b62c3ca8e955204cdf4e2ed96a47.tar.gz gsoc2013-evolution-20bd2dbf35f5b62c3ca8e955204cdf4e2ed96a47.tar.zst gsoc2013-evolution-20bd2dbf35f5b62c3ca8e955204cdf4e2ed96a47.zip |
builddir != srcdir fun.
svn path=/trunk/; revision=6247
Diffstat (limited to 'executive-summary')
-rw-r--r-- | executive-summary/ChangeLog | 6 | ||||
-rw-r--r-- | executive-summary/component/Makefile.am | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index e6e9b48afc..1f1717db45 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,9 @@ +2000-10-28 Ettore Perazzoli <ettore@helixcode.com> + + * component/Makefile.am (INCLUDES): Add + `-I$(top_builddir)/executive-summary/evolution-services' and + `-I$(top_srcdir)/executive-summary/evolution-services'. + 2000-10-25 Iain Holmes <iain@helixcode.com> * component/e-summary-url.c (e_summary_url_exec): Execute a program 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) \ |