aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8367d964d2..13724725f0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,6 +39,10 @@ if ENABLE_SMIME
SMIME_SUBDIR=smime
endif
+if WITH_CAPPLET
+CAPPLET_SUBDIR=capplet
+endif
+
if WITH_HELP
HELP_SUBDIR=help
endif
@@ -67,7 +71,7 @@ SUBDIRS = \
composer \
mail \
calendar \
- capplet \
+ $(CAPPLET_SUBDIR) \
art \
plugins \
modules \