aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/Makefile.am1
2 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 221df2455b..549d0711ac 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -25,6 +25,12 @@
2002-07-12 Peter Williams <peterw@ximian.com>
+ * Makefile.am (INCLUDES): Add -I$(builddir)/libical/src/libical
+ for the generated ical.h (some headers rely on this because
+ they too get installed.)
+
+2002-07-12 Peter Williams <peterw@ximian.com>
+
* Makefile.am (eshellinclude_HEADERS): Install some headers
that weren't getting installed.
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 41decb9688..7a08ce2d9f 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -4,6 +4,7 @@ INCLUDES = -O \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/widgets/misc \
-I$(top_srcdir)/libical/src/libical \
+ -I$(top_builddir)/libical/src/libical \
-I$(top_srcdir) \
-DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" \
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \