From 20bd2dbf35f5b62c3ca8e955204cdf4e2ed96a47 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 28 Oct 2000 11:47:25 +0000 Subject: builddir != srcdir fun. svn path=/trunk/; revision=6247 --- executive-summary/ChangeLog | 6 ++++++ executive-summary/component/Makefile.am | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'executive-summary') 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 + + * 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 * 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) \ -- cgit v1.2.3