summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2005-01-24 18:23:57 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2005-01-24 18:23:57 +0000
commit352aa5cfd505d1651a80cf45039ce3511c98ac57 (patch)
tree7630e48a174083c160731bcb099018827969f6ec /Makefile
parent7ba7864c9961c2e1f3a37fb25280604036921616 (diff)
downloadds-352aa5cfd505d1651a80cf45039ce3511c98ac57.tar.gz
ds-352aa5cfd505d1651a80cf45039ce3511c98ac57.tar.xz
ds-352aa5cfd505d1651a80cf45039ce3511c98ac57.zip
Stop compiling/packaging presence plugin and its clients "ldaptags" and "online" from DS7.1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ee86c13e..210a69eb 100644
--- a/Makefile
+++ b/Makefile
@@ -214,9 +214,9 @@ endif
buildDirectoryClients: $(ANT_DEP) java_platform_check
ifeq ($(BUILD_JAVA_CODE),1)
- cd ldap/clients; $(MAKE) $(MFLAGS)
+ cd ldap/clients; $(MAKE) $(MFLAGS) dsmlgw
endif
- cd ldap/clients/dsgw; $(MAKE) $(MFLAGS)
+ cd ldap/clients; $(MAKE) $(MFLAGS) dsgw
$(OBJDIR):
if test ! -d $(OBJDIR); then mkdir -p $(OBJDIR); fi;