summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7ab4468..44608c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,15 @@
+if WITH_TRUST_MODULE
+TRUST_DIR = trust
+else
+TRUST_DIR =
+endif
+
SUBDIRS = \
build \
common \
p11-kit \
+ $(TRUST_DIR) \
tools \
doc \
po