summaryrefslogtreecommitdiffstats
path: root/buildpaths.mk
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-10-27 14:12:40 +0000
committerRich Megginson <rmeggins@redhat.com>2005-10-27 14:12:40 +0000
commit3b9f0ee6f85adb22d5a0c3fc656212e64e6dc6f3 (patch)
tree695abf67eb134c492722cfb7a5a4b099272848c9 /buildpaths.mk
parent899056900648423b9d6144a2a848bd0b8998e66f (diff)
downloadds-3b9f0ee6f85adb22d5a0c3fc656212e64e6dc6f3.tar.gz
ds-3b9f0ee6f85adb22d5a0c3fc656212e64e6dc6f3.tar.xz
ds-3b9f0ee6f85adb22d5a0c3fc656212e64e6dc6f3.zip
Bug(s) fixed: 171854
Bug Description: Allow DSMLGW to build with GAR build scripts Reviewed by: nhosoi@redhat.com (Thanks!) Fix Description: Add a new macro DSMLGWJARS_BUILD_DIR which defaults to dist/classes for internal builds. For external builds, the developer can grab these jars from their respective locations, or grab the bundle from the fds download site, which is what the GAR builds will do. The location is then passed in on the make command line as DSMLGWJARS_BUILD_DIR=/path/to/dsmlgwjars. Regular internal builds should continue to work as always. Platforms tested: RHEL4 Flag Day: no Doc impact: no
Diffstat (limited to 'buildpaths.mk')
-rw-r--r--buildpaths.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildpaths.mk b/buildpaths.mk
index 83ee4069..0693c2ba 100644
--- a/buildpaths.mk
+++ b/buildpaths.mk
@@ -135,5 +135,8 @@ LDAPCONSOLE_SOURCE_ROOT = $(BUILD_ROOT)/../directoryconsole
# JAF - activation.jar - http://java.sun.com/products/javabeans/glasgow/jaf.html
# JWSDP - jaxrpc-api.jar,jaxrpc.jar,saaj.jar - http://java.sun.com/webservices/downloads/webservicespack.html
# Crimson - crimson.jar - http://xml.apache.org/crimson/
+# Also the ldapjdk.jar
+# all of these files need to be in the following directory
+DSMLGWJARS_BUILD_DIR = $(BUILD_ROOT)/../dsmlgwjars
PERLDAP_SOURCE_ROOT = $(MOZILLA_SOURCE_ROOT)