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 15bd2a6ec6..93ea62ff7f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,10 @@ EXTRA_DIST = \
intltool-extract.in \
$(pkgconfig_DATA:.pc=.pc.in)
+if ENABLE_SMIME
+SMIME_DIR=smime
+endif
+
SUBDIRS = \
data \
e-util \
@@ -34,7 +38,7 @@ SUBDIRS = \
shell \
camel \
filter \
- smime \
+ $(SMIME_DIR) \
addressbook \
calendar \
art \