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 02:48:04 -0500
commit161fddaf28b8e24d5d2a5b92ae7a7043d7b54e2f (patch)
tree27b43b23bfea01c11a4102bac512391ecb657d4b /dogtag
parent4f0cd49202d8f9538d20fc51ea70e0f8b7727052 (diff)
downloadpki-161fddaf28b8e24d5d2a5b92ae7a7043d7b54e2f.tar.gz
pki-161fddaf28b8e24d5d2a5b92ae7a7043d7b54e2f.tar.xz
pki-161fddaf28b8e24d5d2a5b92ae7a7043d7b54e2f.zip
Fixed build and deployment scripts.
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)