diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-10-10 05:08:00 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-10-10 05:08:00 +0800 |
commit | 6cccb0c60fca242f9c34f161abede3515986e23e (patch) | |
tree | 820141835c6a4129da0f398443c526c9cafee612 /calendar/gui/itip-bonobo-control.c | |
parent | 9f20d8032c2544a78de0f1f0a3f6de7d14e84256 (diff) | |
download | gsoc2013-evolution-6cccb0c60fca242f9c34f161abede3515986e23e.tar.gz gsoc2013-evolution-6cccb0c60fca242f9c34f161abede3515986e23e.tar.zst gsoc2013-evolution-6cccb0c60fca242f9c34f161abede3515986e23e.zip |
INCLUDE path fixes for changes made to libical build.
2003-10-09 Jeffrey Stedfast <fejj@ximian.com>
* cal-client/Makefile.am: INCLUDE path fixes for changes made to
libical build.
* cal-util/Makefile.am: INCLUDE path fixes for changes made to
libical build.
* cal-util/*.[c,h]: #include <libical/ical.h> instead of <ical.h>
* gui/Makefile.am: INCLUDE path fixes for changes made to libical
build.
* gui/*.[c,h]: #include <libical/ical.h> instead of <ical.h>
* gui/alarm-notify/Makefile.am: INCLUDE path fixes for changes
made to libical build.
* gui/alarm-notify/config-data.h: #include <libical/ical.h>
instead of <ical.h>
* gui/dialogs/Makefile.am: INCLUDE path fixes for changes made to
libical build.
* gui/dialogs/comp-editor-util.c: #include <libical/ical.h>
instead of <ical.h>
* gui/dialogs/e-delegate-dialog.c: #include <libical/ical.h>
instead of <ical.h>
* importers/Makefile.am: INCLUDE path fixes for changes made to
libical build.
* pcs/Makefile.am: INCLUDE path fixes for changes made to libical
build.
* pcs/cal.c: #include <libical/ical.h> instead of <ical.h>
svn path=/trunk/; revision=22845
Diffstat (limited to 'calendar/gui/itip-bonobo-control.c')
-rw-r--r-- | calendar/gui/itip-bonobo-control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/itip-bonobo-control.c b/calendar/gui/itip-bonobo-control.c index 6ce9bf6799..cb52bb579b 100644 --- a/calendar/gui/itip-bonobo-control.c +++ b/calendar/gui/itip-bonobo-control.c @@ -32,7 +32,7 @@ #include <bonobo/bonobo-stream-client.h> #include <bonobo/bonobo-context.h> #include <bonobo/bonobo-exception.h> -#include <ical.h> +#include <libical/ical.h> #include "e-itip-control.h" #include "itip-bonobo-control.h" |