INCLUDE path fixes for changes made to libical build.

2003-10-09  Jeffrey Stedfast  <fejj@ximian.com>

	* calendar/Makefile.am: INCLUDE path fixes for changes made to
	libical build.

svn path=/trunk/; revision=22843
This commit is contained in:
Jeffrey Stedfast
2003-10-09 21:01:52 +00:00
committed by Jeffrey Stedfast
parent c09b8d7982
commit 18407a6beb
2 changed files with 24 additions and 9 deletions

View File

@ -1,12 +1,27 @@
2003-10-09 Jeffrey Stedfast <fejj@ximian.com>
* calendar/Makefile.am: INCLUDE path fixes for changes made to
libical build.
2003-08-27 Bolian Yin <bolian.yin@sun.com>
* Makefile.am: add widgets directory; move calendar idl stuff to calendar directory; stop make a single shared lib for whole a11y stuff.
* Makefile.am: add widgets directory; move calendar idl stuff to
calendar directory; stop make a single shared lib for whole a11y
stuff.
* ea-factory.h: make factory macros available to GOBJECT
* calendar/Makefile.am: add calendar idl stuff
* calendar/ea-cal-view-event.c: add atkcomponent interface.
* calendar/ea-gnome-calendar.c (ea_gcal_switch_view_cb): add details for "children_changed".
* calendar/ea-gnome-calendar.c (ea_gcal_switch_view_cb): add
details for "children_changed".
* new widgets directory for widgets a11y stuff, new files are:
widgets/Makefile.am, widgets/ea-calendar-item.c, widgets/ea-calendar-item.h, widgets/ea-widgets.c, widgets/ea-widgets.h
widgets/Makefile.am, widgets/ea-calendar-item.c,
widgets/ea-calendar-item.h, widgets/ea-widgets.c,
widgets/ea-widgets.h
2003-08-20 Rodrigo Moya <rodrigo@ximian.com>

View File

@ -48,7 +48,7 @@ INCLUDES = \
-I$(top_srcdir)/shell \
-I$(top_srcdir)/calendar \
-I$(top_srcdir)/calendar/cal-client \
-I$(top_srcdir)/libical/src/libical \
-I$(top_srcdir)/libical/src \
-I$(top_srcdir)/calendar/gui \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/a11y \