From 5361b89a79ea7ae5bd947deab445b57a324640c9 Mon Sep 17 00:00:00 2001 From: Jacob Leach Date: Fri, 8 Jun 2001 22:34:34 +0000 Subject: builddir != srcdir fix. svn path=/trunk/; revision=10168 --- ChangeLog | 4 ++++ my-evolution/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index da632a9a14..402257831a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-06-08 Jason Leach + + * my-evolution/Makefile.am (INCLUDES): builddir != srcdir fix. + 2001-06-08 Iain Holmes * Makefile.am: Byebye executive-summary, hello my-evolution diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index 42f7327d84..d48af53304 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -2,9 +2,10 @@ bin_PROGRAMS = evolution-executive-summary INCLUDES = \ -I$(top_srcdir) \ - -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ + -I$(top_builddir)/shell \ -I$(top_srcdir)/calendar \ + -I$(top_builddir)/calendar/cal-client \ $(EXTRA_GNOME_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ $(GTKHTML_CFLAGS) \ -- cgit