aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary
diff options
context:
space:
mode:
Diffstat (limited to 'executive-summary')
-rw-r--r--executive-summary/ChangeLog6
-rw-r--r--executive-summary/component/Makefile.am4
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) \