aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 89c059255..c412d9181 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -73,7 +73,11 @@ if USE_UPDOWN
endif
if USE_TOOLS
- SUBDIRS += scepclient pki
+ SUBDIRS += scepclient
+endif
+
+if USE_PKI
+ SUBDIRS += pki
endif
if USE_SWANCTL