From 59b0ca9123615e8082f2dcbbd9b56ffcf99354d4 Mon Sep 17 00:00:00 2001 From: Bolian Yin Date: Tue, 11 Nov 2003 10:33:43 +0000 Subject: Fixes #50538 2003-11-11 Bolian Yin Fixes #50538 * new files: widgets/ea-calendar-cell.[hc] * widgets/ea-calendar-item: impl. atk selection and atk table interface. * widgets/Makefile.am : use shared object library (.so) svn path=/trunk/; revision=23283 --- a11y/widgets/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'a11y/widgets/Makefile.am') diff --git a/a11y/widgets/Makefile.am b/a11y/widgets/Makefile.am index c6b0ea2221..0fb3e11b43 100644 --- a/a11y/widgets/Makefile.am +++ b/a11y/widgets/Makefile.am @@ -1,5 +1,8 @@ -noinst_LTLIBRARIES = libevolution-widgets-a11y.la +# for debug +#A11Y_CFLAGS += -pedantic -ansi -DACC_DEBUG -Werror + +privlib_LTLIBRARIES = libevolution-widgets-a11y.la INCLUDES = \ -DG_LOG_DOMAIN=\"evolution-a11y\" \ @@ -19,5 +22,11 @@ INCLUDES = \ libevolution_widgets_a11y_la_SOURCES = \ ea-calendar-item.c \ ea-calendar-item.h \ + ea-calendar-cell.c \ + ea-calendar-cell.h \ ea-widgets.c \ ea-widgets.h + +libevolution_widgets_a11y_la_LIBADD = \ + $(top_builddir)/a11y/libevolution-a11y.la + -- cgit v1.2.3