diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-28 04:28:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-28 04:28:57 +0800 |
commit | 14f54991f36d5d3556af1dde53ddb7a8aceafa3a (patch) | |
tree | 32e055e0ff41dc1220fc9e8fabd24547281e316b /a11y | |
parent | 85b2913a380c69f14ae0254ad23b10fabfb33667 (diff) | |
download | gsoc2013-evolution-14f54991f36d5d3556af1dde53ddb7a8aceafa3a.tar.gz gsoc2013-evolution-14f54991f36d5d3556af1dde53ddb7a8aceafa3a.tar.zst gsoc2013-evolution-14f54991f36d5d3556af1dde53ddb7a8aceafa3a.zip |
Disable parts of my previous calendar work, such that all modules now load!
svn path=/branches/kill-bonobo/; revision=36690
Diffstat (limited to 'a11y')
-rw-r--r-- | a11y/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/a11y/Makefile.am b/a11y/Makefile.am index a1b0f8c68b..cded632e64 100644 --- a/a11y/Makefile.am +++ b/a11y/Makefile.am @@ -1,5 +1,6 @@ # 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 addressbook +SUBDIRS = e-text e-table . widgets addressbook if OS_WIN32 WIN32_BOOTSTRAP_LIBS = \ |