summaryrefslogtreecommitdiffstats
path: root/base/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2014-08-27 19:52:03 -0700
committerMatthew Harmsen <mharmsen@redhat.com>2014-08-28 15:59:49 -0700
commit93a8e9aa5c68f50ca3a9c971691b58390d453950 (patch)
tree47f42cd2fef1ba1a00af11097dc67aba464f9137 /base/CMakeLists.txt
parenta1c75503d9839c5b68b42562afbc59c125fe3067 (diff)
downloadpki-93a8e9aa5c68f50ca3a9c971691b58390d453950.tar.gz
pki-93a8e9aa5c68f50ca3a9c971691b58390d453950.tar.xz
pki-93a8e9aa5c68f50ca3a9c971691b58390d453950.zip
Remove RA and pkicreate and pkisilent
- PKI TRAC Ticket #1127 - Remove 'pki-ra', 'pki-setup', and 'pki-silent' packages . . .
Diffstat (limited to 'base/CMakeLists.txt')
-rw-r--r--base/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt
index ad3410c36..5cd14a9dd 100644
--- a/base/CMakeLists.txt
+++ b/base/CMakeLists.txt
@@ -17,7 +17,6 @@ if (APPLICATION_FLAVOR_PKI_CORE)
add_subdirectory(tks)
add_subdirectory(tps)
add_subdirectory(setup)
- add_subdirectory(silent)
if(WITH_JAVADOC)
add_subdirectory(javadoc)
@@ -39,10 +38,6 @@ if (APPLICATION_FLAVOR_PKI_CORE)
endif (APPLICATION_FLAVOR_PKI_CORE)
-if (APPLICATION_FLAVOR_PKI_RA)
- add_subdirectory(ra)
-endif (APPLICATION_FLAVOR_PKI_RA)
-
if (APPLICATION_FLAVOR_PKI_TPS)
add_subdirectory(tps-client)
endif (APPLICATION_FLAVOR_PKI_TPS)