aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-03 07:01:56 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-03 07:01:56 +0800
commita1a876f80d5610ad72628c9d1451afbb2d25b2a4 (patch)
treee1e9b869d90ab1a8d954771b6f94e6b90dcdeba9 /calendar/conduits
parente625b9324634c01513b9dfafd165e48408b96418 (diff)
downloadgsoc2013-evolution-a1a876f80d5610ad72628c9d1451afbb2d25b2a4.tar
gsoc2013-evolution-a1a876f80d5610ad72628c9d1451afbb2d25b2a4.tar.gz
gsoc2013-evolution-a1a876f80d5610ad72628c9d1451afbb2d25b2a4.tar.bz2
gsoc2013-evolution-a1a876f80d5610ad72628c9d1451afbb2d25b2a4.tar.lz
gsoc2013-evolution-a1a876f80d5610ad72628c9d1451afbb2d25b2a4.tar.xz
gsoc2013-evolution-a1a876f80d5610ad72628c9d1451afbb2d25b2a4.tar.zst
gsoc2013-evolution-a1a876f80d5610ad72628c9d1451afbb2d25b2a4.zip
Get the calendar conduits to compile.
svn path=/trunk/; revision=5183
Diffstat (limited to 'calendar/conduits')
-rw-r--r--calendar/conduits/calendar/Makefile.am8
-rw-r--r--calendar/conduits/todo/Makefile.am8
2 files changed, 12 insertions, 4 deletions
diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am
index 1aa9abecd6..a35f83c601 100644
--- a/calendar/conduits/calendar/Makefile.am
+++ b/calendar/conduits/calendar/Makefile.am
@@ -2,8 +2,12 @@
#
#
-INCLUDES = \
- -I$(top_srcdir)/calendar \
+INCLUDES = \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/calendar \
+ -I$(top_srcdir)/libical/src/libical \
+ -I$(top_builddir)/libical/src/libical \
+ $(BONOBO_GNOME_CFLAGS) \
$(GNOME_PILOT_CFLAGS)
file_conduitsdir=$(libdir)/gnome-pilot/conduits
diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am
index 6801c6150d..1c74cea2dc 100644
--- a/calendar/conduits/todo/Makefile.am
+++ b/calendar/conduits/todo/Makefile.am
@@ -2,8 +2,12 @@
#
#
-INCLUDES = \
- -I$(top_srcdir)/calendar \
+INCLUDES = \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/calendar \
+ -I$(top_srcdir)/libical/src/libical \
+ -I$(top_builddir)/libical/src/libical \
+ $(BONOBO_GNOME_CFLAGS) \
$(GNOME_PILOT_CFLAGS)
file_conduitsdir=$(libdir)/gnome-pilot/conduits