summaryrefslogtreecommitdiffstats
path: root/dogtag
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-22 02:23:24 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-22 03:03:30 -0500
commitc05a605a5109346119dbdd6458cc1c7d9ef336f5 (patch)
tree27b43b23bfea01c11a4102bac512391ecb657d4b /dogtag
parent8f0b8c546f854b23239dc7c1c81953249c65349c (diff)
downloadpki-c05a605a5109346119dbdd6458cc1c7d9ef336f5.tar.gz
pki-c05a605a5109346119dbdd6458cc1c7d9ef336f5.tar.xz
pki-c05a605a5109346119dbdd6458cc1c7d9ef336f5.zip
Fixed build and deployment scripts.ticket-407-5
The build and deployment scripts have been modified to use the new file locations. Ticket #407
Diffstat (limited to 'dogtag')
-rw-r--r--dogtag/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/dogtag/CMakeLists.txt b/dogtag/CMakeLists.txt
index aa4f2fc83..2561495e1 100644
--- a/dogtag/CMakeLists.txt
+++ b/dogtag/CMakeLists.txt
@@ -5,7 +5,5 @@ if (APPLICATION_FLAVOR_IPA_PKI_THEME)
endif (APPLICATION_FLAVOR_IPA_PKI_THEME)
if (APPLICATION_FLAVOR_DOGTAG_PKI_THEME)
add_subdirectory(common-ui)
- add_subdirectory(ra-ui)
- add_subdirectory(tps-ui)
add_subdirectory(console-ui)
endif (APPLICATION_FLAVOR_DOGTAG_PKI_THEME)