summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-11-01 23:00:05 +0000
committerNathan Kinder <nkinder@redhat.com>2005-11-01 23:00:05 +0000
commitc6355afb8f295c625eaecf890d844d5a62dcaabb (patch)
treeac2bc7c74a038602ad7bf14e177c647a3c2635a3
parentbfeff9151d64ecae476b3723cdc8205d53909a26 (diff)
downloadds-c6355afb8f295c625eaecf890d844d5a62dcaabb.tar.gz
ds-c6355afb8f295c625eaecf890d844d5a62dcaabb.tar.xz
ds-c6355afb8f295c625eaecf890d844d5a62dcaabb.zip
Pull ldapconsole from integration area
-rw-r--r--internal_comp_deps.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal_comp_deps.mk b/internal_comp_deps.mk
index b5a2b929..ece5cda3 100644
--- a/internal_comp_deps.mk
+++ b/internal_comp_deps.mk
@@ -549,9 +549,9 @@ endif
# LDAP Console java classes
###########################################################
-#LDAPCONSOLE_RELEASE=$(COMPONENTS_DIR_DEV)
ifeq ($(BUILD_MODE), int)
-LDAPCONSOLE_RELEASE=$(COMPONENTS_DIR)
+#LDAPCONSOLE_RELEASE=$(COMPONENTS_DIR)
+LDAPCONSOLE_RELEASE=$(COMPONENTS_DIR_DEV)
else
LDAPCONSOLE_RELEASE=$(FED_COMPONENTS_DIR)
endif