aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am38
1 files changed, 31 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index f341656a56..7adf7eaff5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,21 +34,45 @@ 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 \
- e-util \
+ data \
+ e-util \
a11y \
- widgets \
- shell \
filter \
+ widgets \
+ shell \
$(SMIME_DIR) \
- addressbook \
- calendar \
- art \
composer \
+ addressbook \
mail \
+ calendar \
+ art \
plugins \
+ doc \
ui \
views \
tools \