diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-10-17 22:45:28 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-10-17 22:45:28 +0800 |
commit | 16e54e7465fe0383b5b29c54d2832e227780113a (patch) | |
tree | 11b13cb358d041167d7acd93b8aaf792f57b3eff /calendar/conduits | |
parent | e3512d38f81435e2cb349cc870d72869f94adac5 (diff) | |
download | gsoc2013-evolution-16e54e7465fe0383b5b29c54d2832e227780113a.tar.gz gsoc2013-evolution-16e54e7465fe0383b5b29c54d2832e227780113a.tar.zst gsoc2013-evolution-16e54e7465fe0383b5b29c54d2832e227780113a.zip |
Fixed for libical changes.
2003-10-17 Jeffrey Stedfast <fejj@ximian.com>
* conduits/calendar/Makefile.am: Fixed for libical changes.
svn path=/trunk/; revision=22924
Diffstat (limited to 'calendar/conduits')
-rw-r--r-- | calendar/conduits/calendar/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am index 472749ecfa..a3644d15d9 100644 --- a/calendar/conduits/calendar/Makefile.am +++ b/calendar/conduits/calendar/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) |