aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits/todo/Makefile.am
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-09-03 14:43:55 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-09-03 14:43:55 +0800
commit9f85d756bd915ae4e2c9cec242c536932d679eed (patch)
tree27ed1451f47eacc3d03d4a34cd5d594d4c41a31f /calendar/conduits/todo/Makefile.am
parent488e83927c0df7d0e4210b697a387462961e92fd (diff)
downloadgsoc2013-evolution-9f85d756bd915ae4e2c9cec242c536932d679eed.tar
gsoc2013-evolution-9f85d756bd915ae4e2c9cec242c536932d679eed.tar.gz
gsoc2013-evolution-9f85d756bd915ae4e2c9cec242c536932d679eed.tar.bz2
gsoc2013-evolution-9f85d756bd915ae4e2c9cec242c536932d679eed.tar.lz
gsoc2013-evolution-9f85d756bd915ae4e2c9cec242c536932d679eed.tar.xz
gsoc2013-evolution-9f85d756bd915ae4e2c9cec242c536932d679eed.tar.zst
gsoc2013-evolution-9f85d756bd915ae4e2c9cec242c536932d679eed.zip
2007-09-03 mcrha Fix for bug #201167 by Nathan Owens
svn path=/trunk/; revision=34162
Diffstat (limited to 'calendar/conduits/todo/Makefile.am')
-rw-r--r--calendar/conduits/todo/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am
index 2978fcef61..bf3a07b23f 100644
--- a/calendar/conduits/todo/Makefile.am
+++ b/calendar/conduits/todo/Makefile.am
@@ -3,6 +3,8 @@ INCLUDES = \
-I$(top_builddir)/e-util \
-I$(top_srcdir)/widgets/misc \
-I$(top_builddir)/widgets/misc \
+ -I$(top_srcdir)/calendar/conduits/common \
+ -I$(top_builddir)/calendar/conduits/common \
$(EVOLUTION_CALENDAR_CONDUIT_CFLAGS)
# ToDo Conduit
@@ -17,6 +19,7 @@ libetodo_conduit_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/e-util/libeconduit.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
+ $(top_builddir)/calendar/conduits/common/libecalendar_common_conduit.la \
$(EVOLUTION_CALENDAR_CONDUIT_LIBS)
e-todo.conduit: e-todo.conduit.in