summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-03-15 00:48:04 +0000
committerNathan Kinder <nkinder@redhat.com>2005-03-15 00:48:04 +0000
commit4fae1bc846878534f847aa783505ee960eab261a (patch)
treefece4ce40d4c3e56dbc4006b176af36fe10c06dc /Makefile
parent155fe7dba0cb6d8621f46ad974d3ce87f47338f1 (diff)
downloadds-4fae1bc846878534f847aa783505ee960eab261a.tar.gz
ds-4fae1bc846878534f847aa783505ee960eab261a.tar.xz
ds-4fae1bc846878534f847aa783505ee960eab261a.zip
Pull DS Console as a component
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7e4ecdca..4c7d2cb1 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ components: $(ADMINUTIL_DEP) $(NSPR_DEP) $(ARLIB_DEP) $(DBM_DEP) $(SECURITY_DEP)
-@echo "The components are up to date"
ifeq ($(BUILD_JAVA_CODE),1)
-DS_CONSOLE_COMPONENT_DEP = $(LDAPJDK_DEP) $(SWING_DEP) $(MCC_DEP)
+DS_CONSOLE_COMPONENT_DEP = $(LDAPJDK_DEP) $(SWING_DEP) $(MCC_DEP) $(LDAPCONSOLE_DEP)
DS_CONSOLE_COMPONENT_DEP += $(JAVASSL_DEP) $(JSS_DEP) $(CRIMSONJAR_DEP)
java_platform_check:
@@ -201,7 +201,7 @@ cleanDirectory:
buildDirectoryConsole: consoleComponents java_platform_check
ifeq ($(BUILD_JAVA_CODE),1)
- cd ldap/admin/src/java/com/netscape/admin/dirserv; $(MAKE) $(MFLAGS) package
+# cd ldap/admin/src/java/com/netscape/admin/dirserv; $(MAKE) $(MFLAGS) package
cd ldap/admin/src/java/com/netscape/xmltools; $(MAKE) $(MFLAGS) package
endif