diff options
author | Hao Sheng <hao.sheng@sun.com> | 2004-03-15 14:21:53 +0800 |
---|---|---|
committer | Yuedong Du <york@src.gnome.org> | 2004-03-15 14:21:53 +0800 |
commit | b02e9c61d7ef00837082581bea73c3f82d31f82e (patch) | |
tree | defb2be7d1cd32401ee0c9968415b284ea707384 /a11y/Makefile.am | |
parent | 0d9c21aba16a78315034be6f74742cefe5340e9c (diff) | |
download | gsoc2013-evolution-b02e9c61d7ef00837082581bea73c3f82d31f82e.tar.gz gsoc2013-evolution-b02e9c61d7ef00837082581bea73c3f82d31f82e.tar.zst gsoc2013-evolution-b02e9c61d7ef00837082581bea73c3f82d31f82e.zip |
Contritbuted by Leon Zhang <leon.zhang@sun.com> add directory addressbook.
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
Diffstat (limited to 'a11y/Makefile.am')
-rw-r--r-- | a11y/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a11y/Makefile.am b/a11y/Makefile.am index c3e7a89fed..c98e486e7f 100644 --- a/a11y/Makefile.am +++ b/a11y/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . calendar widgets +SUBDIRS = . calendar widgets addressbook # for debug #A11Y_CFLAGS += -pedantic -ansi -DACC_DEBUG -Werror |