summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-10-23 11:28:59 -0400
committerAde Lee <alee@redhat.com>2012-10-23 16:26:54 -0400
commit278ee601aa4c3da8ae93e8fad9aa82b6f651de70 (patch)
treed17b52f504d3f67870f5a007884af076784d3b0b /base
parent8687740539fcf21a63b362320482e8161f5e9781 (diff)
downloadpki-278ee601aa4c3da8ae93e8fad9aa82b6f651de70.tar.gz
pki-278ee601aa4c3da8ae93e8fad9aa82b6f651de70.tar.xz
pki-278ee601aa4c3da8ae93e8fad9aa82b6f651de70.zip
changes to remove pki-selinux from f18 build
Diffstat (limited to 'base')
-rw-r--r--base/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt
index c0de97171..f646cfb60 100644
--- a/base/CMakeLists.txt
+++ b/base/CMakeLists.txt
@@ -10,7 +10,9 @@ if (APPLICATION_FLAVOR_PKI_CORE)
add_subdirectory(native-tools)
add_subdirectory(java-tools)
add_subdirectory(deploy)
- add_subdirectory(selinux)
+ if(BUILD_PKI_SELINUX)
+ add_subdirectory(selinux)
+ endif(BUILD_PKI_SELINUX)
add_subdirectory(ca)
add_subdirectory(kra)
add_subdirectory(ocsp)