summaryrefslogtreecommitdiffstats
path: root/dogtag/CMakeLists.txt
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-09 10:56:42 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-12 02:10:18 -0500
commitdc4e64efec13db72b4407896a70c4f3e967d9539 (patch)
tree2752c986217881864ea119155bf6945da721fa4c /dogtag/CMakeLists.txt
parentd3608581ee23aeb799f73e1f1593e9454387845e (diff)
downloadpki-ticket-407-1.tar.gz
pki-ticket-407-1.tar.xz
pki-ticket-407-1.zip
Removed CA, KRA, OCSP, TKS theme packages.ticket-407-1
The build scripts and spec files have been updated to no longer create the theme packages for CA, KRA, OCSP, and TKS. Ticket #407
Diffstat (limited to 'dogtag/CMakeLists.txt')
-rw-r--r--dogtag/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/dogtag/CMakeLists.txt b/dogtag/CMakeLists.txt
index d83f91591..aa4f2fc83 100644
--- a/dogtag/CMakeLists.txt
+++ b/dogtag/CMakeLists.txt
@@ -2,15 +2,10 @@ project(dogtag)
if (APPLICATION_FLAVOR_IPA_PKI_THEME)
add_subdirectory(common-ui)
- add_subdirectory(ca-ui)
endif (APPLICATION_FLAVOR_IPA_PKI_THEME)
if (APPLICATION_FLAVOR_DOGTAG_PKI_THEME)
add_subdirectory(common-ui)
- add_subdirectory(ca-ui)
- add_subdirectory(kra-ui)
- add_subdirectory(ocsp-ui)
add_subdirectory(ra-ui)
- add_subdirectory(tks-ui)
add_subdirectory(tps-ui)
add_subdirectory(console-ui)
endif (APPLICATION_FLAVOR_DOGTAG_PKI_THEME)