aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-12-06 13:03:50 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-12-06 13:03:50 +0800
commitc04178e3d164eb180570eb53c37c752317f0dc3e (patch)
tree1752a8298a9053c51e2f6a3105c3b9a7ef52bc92 /calendar
parent75b4622b71624d3ee6e9fa19ed172ef840e6ac1d (diff)
downloadgsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.tar
gsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.tar.gz
gsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.tar.bz2
gsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.tar.lz
gsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.tar.xz
gsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.tar.zst
gsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.zip
Fix my build stupidty READ THE MACRO
2000-12-06 JP Rosevear <jpr@helixcode.com> * conduits/todo/Makefile.am: Fix my build stupidty READ THE MACRO * conduits/calendar/Makefile.am: ditto svn path=/trunk/; revision=6806
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/conduits/calendar/Makefile.am1
-rw-r--r--calendar/conduits/todo/Makefile.am1
3 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d19f942db9..11ce014358 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-06 JP Rosevear <jpr@helixcode.com>
+
+ * conduits/todo/Makefile.am: Fix my build stupidty READ THE MACRO
+
+ * conduits/calendar/Makefile.am: ditto
+
2000-12-04 JP Rosevear <jpr@helixcode.com>
* gui/e-day-view-time-item.c (e_day_view_time_item_get_column_width):
diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am
index d421a710b0..0acb102db1 100644
--- a/calendar/conduits/calendar/Makefile.am
+++ b/calendar/conduits/calendar/Makefile.am
@@ -5,6 +5,7 @@ INCLUDES = \
-I$(top_builddir)/libical/src/libical \
-I$(top_builddir)/e-util \
$(BONOBO_VFS_GNOME_CFLAGS) \
+ $(PISOCK_INCLUDEDIR) \
$(GNOME_PILOT_CFLAGS)
# Calendar Capplet
diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am
index 765c9a3742..b0df8e91a4 100644
--- a/calendar/conduits/todo/Makefile.am
+++ b/calendar/conduits/todo/Makefile.am
@@ -5,6 +5,7 @@ INCLUDES = \
-I$(top_builddir)/libical/src/libical \
-I$(top_builddir)/e-util \
$(BONOBO_VFS_GNOME_CFLAGS) \
+ $(PISOCK_INCLUDEDIR) \
$(GNOME_PILOT_CFLAGS)
# ToDo Capplet