diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-10-18 00:13:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-10-18 00:13:34 +0800 |
commit | 80ac1cd001b65ae74024db9bc741cd307538c2ba (patch) | |
tree | 4919e370a0c8fe16862d2212a8006c2f8f59b52a /calendar/conduits | |
parent | 16e54e7465fe0383b5b29c54d2832e227780113a (diff) | |
download | gsoc2013-evolution-80ac1cd001b65ae74024db9bc741cd307538c2ba.tar.gz gsoc2013-evolution-80ac1cd001b65ae74024db9bc741cd307538c2ba.tar.zst gsoc2013-evolution-80ac1cd001b65ae74024db9bc741cd307538c2ba.zip |
Fixed for libical changes.
2003-10-17 Jeffrey Stedfast <fejj@ximian.com>
* conduits/calendar/Makefile.am: Fixed for libical changes.
* conduits/todo/Makefile.am: Same.
svn path=/trunk/; revision=22930
Diffstat (limited to 'calendar/conduits')
-rw-r--r-- | calendar/conduits/todo/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am index 43e946130c..bb03a5acfc 100644 --- a/calendar/conduits/todo/Makefile.am +++ b/calendar/conduits/todo/Makefile.am @@ -2,8 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/calendar \ -I$(top_builddir)/calendar/cal-client \ - -I$(top_srcdir)/libical/src/libical \ - -I$(top_builddir)/libical/src/libical \ + -I$(top_srcdir)/libical/src \ -I$(top_srcdir)/e-util \ -I$(top_builddir)/e-util \ $(EVOLUTION_CALENDAR_CONDUIT_CFLAGS) |