2003-03-15 Hao Sheng <hao.sheng@sun.com> * Contritbuted by Leon Zhang <leon.zhang@sun.com> * Makefile.am: add directory addressbook. * implement basic accessbility addressbook's minicard. add new directory and Files below: addressbook/ addressbook/Makefile.am addressbook/ea-addressbook.c addressbook/ea-addressbook-view.c addressbook/ea-minicard.c addressbook/ea-minicard-view.c addressbook/ea-addressbook.h addressbook/ea-addressbook-view.h addressbook/ea-minicard.h addressbook/ea-minicard-view.h svn path=/trunk/; revision=25060
17 lines
459 B
Makefile
17 lines
459 B
Makefile
SUBDIRS = . calendar widgets addressbook
|
|
|
|
# for debug
|
|
#A11Y_CFLAGS += -pedantic -ansi -DACC_DEBUG -Werror
|
|
|
|
privlib_LTLIBRARIES = libevolution-a11y.la
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir)/a11y \
|
|
$(A11Y_CFLAGS)
|
|
|
|
libevolution_a11y_la_SOURCES = \
|
|
ea-factory.h \
|
|
ea-cell-table.h \
|
|
ea-cell-table.c
|
|
|