configure: Separate pki from --disable-tools

While pki builds and runs just fine on Windows, this is not true for scepclient.
This commit is contained in:
Martin Willi
2014-06-04 15:53:08 +02:00
parent 41bb8ba5d2
commit b70849ada2
5 changed files with 13 additions and 6 deletions
+5 -1
View File
@@ -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