aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Leach <jleach@src.gnome.org>2001-06-09 06:34:34 +0800
committerJacob Leach <jleach@src.gnome.org>2001-06-09 06:34:34 +0800
commit5361b89a79ea7ae5bd947deab445b57a324640c9 (patch)
tree361b70be22f531b060fde08652c5212b893a0b9a
parent0f0b818c832f52103e1979c8d2dbaa28b80bda3f (diff)
downloadgsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.tar
gsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.tar.gz
gsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.tar.bz2
gsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.tar.lz
gsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.tar.xz
gsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.tar.zst
gsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.zip
builddir != srcdir fix.
svn path=/trunk/; revision=10168
-rw-r--r--ChangeLog4
-rw-r--r--my-evolution/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index da632a9a14..402257831a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-08 Jason Leach <jleach@ximian.com>
+
+ * my-evolution/Makefile.am (INCLUDES): builddir != srcdir fix.
+
2001-06-08 Iain Holmes <iain@ximian.com>
* 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) \