diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-07 12:02:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-07 12:02:27 +0800 |
commit | 52d683e48cf1103a9806da95c72abce2db3ae1f4 (patch) | |
tree | b6cee16af70a03666a2d7add2e5bff5c6ed8035c /a11y | |
parent | eca687589d106ff87cd4fca7bf581cb0532caf96 (diff) | |
download | gsoc2013-evolution-52d683e48cf1103a9806da95c72abce2db3ae1f4.tar.gz gsoc2013-evolution-52d683e48cf1103a9806da95c72abce2db3ae1f4.tar.zst gsoc2013-evolution-52d683e48cf1103a9806da95c72abce2db3ae1f4.zip |
Progress update:
- Contacts module mostly working now.
- View and search UI not yet working.
- Still refining shell design.
svn path=/branches/kill-bonobo/; revision=36268
Diffstat (limited to 'a11y')
-rw-r--r-- | a11y/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/a11y/Makefile.am b/a11y/Makefile.am index 073b51fe0f..a1b0f8c68b 100644 --- a/a11y/Makefile.am +++ b/a11y/Makefile.am @@ -1,6 +1,5 @@ # Somewhat odd looking to have "." in SUBDIRS, but apparently it works? -#SUBDIRS = e-text e-table . calendar widgets addressbook -SUBDIRS = e-text e-table . calendar widgets +SUBDIRS = e-text e-table . calendar widgets addressbook if OS_WIN32 WIN32_BOOTSTRAP_LIBS = \ |