summaryrefslogtreecommitdiffstats
path: root/pki/base
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2012-02-20 16:46:46 -0800
committerMatthew Harmsen <mharmsen@redhat.com>2012-02-20 16:46:46 -0800
commit6cb7baa5bf5162cd07bcd0b1619ca8f7d76fa782 (patch)
treee891ae9dddfd1baf5ad671cd223eb7866e593cd9 /pki/base
parent26f168f38aa13ed6f5d1be09ab8fbe828f631757 (diff)
downloadpki-6cb7baa5bf5162cd07bcd0b1619ca8f7d76fa782.tar.gz
pki-6cb7baa5bf5162cd07bcd0b1619ca8f7d76fa782.tar.xz
pki-6cb7baa5bf5162cd07bcd0b1619ca8f7d76fa782.zip
Bug 788787 added junit dependency plus integrated KRA OCSP and TKS
Diffstat (limited to 'pki/base')
-rw-r--r--pki/base/CMakeLists.txt12
1 files changed, 3 insertions, 9 deletions
diff --git a/pki/base/CMakeLists.txt b/pki/base/CMakeLists.txt
index 6230f5688..cd58e3037 100644
--- a/pki/base/CMakeLists.txt
+++ b/pki/base/CMakeLists.txt
@@ -12,20 +12,14 @@ if (APPLICATION_FLAVOR_PKI_CORE)
add_subdirectory(common)
add_subdirectory(selinux)
add_subdirectory(ca)
- add_subdirectory(silent)
-endif (APPLICATION_FLAVOR_PKI_CORE)
-if (APPLICATION_FLAVOR_PKI_KRA)
add_subdirectory(kra)
-endif (APPLICATION_FLAVOR_PKI_KRA)
-if (APPLICATION_FLAVOR_PKI_OCSP)
add_subdirectory(ocsp)
-endif (APPLICATION_FLAVOR_PKI_OCSP)
+ add_subdirectory(tks)
+ add_subdirectory(silent)
+endif (APPLICATION_FLAVOR_PKI_CORE)
if (APPLICATION_FLAVOR_PKI_RA)
add_subdirectory(ra)
endif (APPLICATION_FLAVOR_PKI_RA)
-if (APPLICATION_FLAVOR_PKI_TKS)
- add_subdirectory(tks)
-endif (APPLICATION_FLAVOR_PKI_TKS)
if (APPLICATION_FLAVOR_PKI_TPS)
add_subdirectory(tps)
endif (APPLICATION_FLAVOR_PKI_TPS)