diff options
author | Bolian Yin <bolian.yin@sun.com> | 2003-08-27 11:36:42 +0800 |
---|---|---|
committer | Bolian Yin <byin@src.gnome.org> | 2003-08-27 11:36:42 +0800 |
commit | e8fc140c7030594e556b56242afd2b52abc61634 (patch) | |
tree | 876546f299eef99a70b4c31868d83f6a903604bd /a11y/Makefile.am | |
parent | 7e3eb5f87d84f5c7e7c945bb971367861928a9a0 (diff) | |
download | gsoc2013-evolution-e8fc140c7030594e556b56242afd2b52abc61634.tar.gz gsoc2013-evolution-e8fc140c7030594e556b56242afd2b52abc61634.tar.zst gsoc2013-evolution-e8fc140c7030594e556b56242afd2b52abc61634.zip |
add widgets directory; move calendar idl stuff to calendar directory; stop
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.
* 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".
* 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
svn path=/trunk/; revision=22384
Diffstat (limited to 'a11y/Makefile.am')
-rw-r--r-- | a11y/Makefile.am | 35 |
1 files changed, 2 insertions, 33 deletions
diff --git a/a11y/Makefile.am b/a11y/Makefile.am index 0a9a210cba..796eeba234 100644 --- a/a11y/Makefile.am +++ b/a11y/Makefile.am @@ -1,36 +1,5 @@ -# Calendar IDL files - -CALENDAR_IDLS = $(top_srcdir)/calendar/idl/evolution-calendar.idl -CALENDAR_IDL_GENERATED_H = evolution-calendar.h +SUBDIRS = calendar widgets -$(CALENDAR_IDL_GENERATED_H): $(CALENDAR_IDLS) - $(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) \ - $(top_srcdir)/calendar/idl/evolution-calendar.idl -SUBDIRS = calendar - -INCLUDES = \ - -DPREFIX=\"$(prefix)\" \ - -DSYSCONFDIR=\"$(sysconfdir)\" \ - -DDATADIR=\"$(datadir)\" \ - -DLIBDIR=\"$(libdir)\" \ - -DG_LOG_DOMAIN=\"evolution-a11y\" \ - -I$(top_srcdir) \ - -DG_DISABLE_DEPRECATED \ - -DLIBGNOME_DISABLE_DEPRECATED \ - $(EVOLUTION_CALENDAR_CFLAGS) \ - $(A11Y_CFLAGS) - -privlib_LTLIBRARIES = libevolution-a11y.la - -libevolution_a11y_la_SOURCES = \ - $(CALENDAR_IDL_GENERATED_H) \ - ea-factory.h - - -BUILT_SOURCES = $(CALENDAR_IDL_GENERATED_H) - -libevolution_a11y_la_LIBADD = \ - $(A11Y_LIBS) \ - $(top_builddir)/a11y/calendar/libevolution-calendar-a11y.la +EXTRA_DIST = ea-factory.h |