aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-18 07:26:08 +0800
committerDan Winship <danw@src.gnome.org>2000-06-18 07:26:08 +0800
commit98ee88c4160e5d0d9fa03333e6b05b01841f099f (patch)
tree57ef4429ba8398c762b5b9c7e79a178b47367a1c
parent3144d402b542be9fcfcb6f7b3e24692f9fe44f46 (diff)
downloadgsoc2013-evolution-98ee88c4160e5d0d9fa03333e6b05b01841f099f.tar.gz
gsoc2013-evolution-98ee88c4160e5d0d9fa03333e6b05b01841f099f.tar.zst
gsoc2013-evolution-98ee88c4160e5d0d9fa03333e6b05b01841f099f.zip
Fix to not depend on installed ical.h
* cal-client/Makefile.am (INCLUDES): Fix to not depend on installed ical.h svn path=/trunk/; revision=3622
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/cal-client/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 80f10623fa..8b8725effd 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-17 Dan Winship <danw@helixcode.com>
+
+ * cal-client/Makefile.am (INCLUDES): Fix to not depend on
+ installed ical.h
+
2000-06-17 Damon Chaplin <damon@helixcode.com>
* gui/e-week-view.c: added little buttons which are shown when there
diff --git a/calendar/cal-client/Makefile.am b/calendar/cal-client/Makefile.am
index cdb6ce21e2..2384bb0888 100644
--- a/calendar/cal-client/Makefile.am
+++ b/calendar/cal-client/Makefile.am
@@ -24,7 +24,7 @@ INCLUDES = \
-I. \
-I.. \
-I$(top_builddir) \
- -I$(includedir) \
+ -I$(top_srcdir)/libical/src/libical \
$(BONOBO_GNOME_CFLAGS)
lib_LTLIBRARIES = libcal-client.la
f='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/x11-wm/pager/Makefile?h=mate-1.16&id=8789c7c99630eebef899414e8747c3ca88bd3b7b'>Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | x11-wm) * Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1 | * - Update to 0.90.3bdrewery2012-11-281-6/+2 | | | | | | - Trim header Feature safe: yes * Add USE_PKGCONFIGbapt2012-07-271-0/+1 | * - update png to 1.5.10dinoex2012-06-011-0/+1 | * Update to 0.90.2ehaupt2011-08-111-19/+11 | | | | | PR: 159500 Submitted by: KATO Tsuguru <tkato432@yahoo.com>