diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-07-17 03:37:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-07-17 03:37:02 +0800 |
commit | 03a3e6f84638c62c7848eee4d6f71cc4b1a7c1b8 (patch) | |
tree | 39d9a26ea8438f161ca413b197cf62a070b21385 /Makefile.am | |
parent | ac0c655f3f2a8e47b0cca877aabae66421c58187 (diff) | |
download | gsoc2013-evolution-03a3e6f84638c62c7848eee4d6f71cc4b1a7c1b8.tar.gz gsoc2013-evolution-03a3e6f84638c62c7848eee4d6f71cc4b1a7c1b8.tar.zst gsoc2013-evolution-03a3e6f84638c62c7848eee4d6f71cc4b1a7c1b8.zip |
Disable all components and plugins. Begin rewriting the shell.
svn path=/branches/kill-bonobo/; revision=35748
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index f9d40c9539..65b219f6f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,29 @@ if ENABLE_SMIME SMIME_DIR=smime endif +# Disabled component and plugin directories during shell rewrite. + +#SUBDIRS = \ +# win32 \ +# data \ +# e-util \ +# a11y \ +# widgets \ +# shell \ +# filter \ +# $(SMIME_DIR) \ +# addressbook \ +# calendar \ +# art \ +# composer \ +# mail \ +# plugins \ +# ui \ +# views \ +# tools \ +# po \ +# sounds + SUBDIRS = \ win32 \ data \ @@ -38,14 +61,7 @@ SUBDIRS = \ a11y \ widgets \ shell \ - filter \ - $(SMIME_DIR) \ - addressbook \ - calendar \ art \ - composer \ - mail \ - plugins \ ui \ views \ tools \ |