Bug 328901 - Copy jar files into SDK. r=bsmedberg.

git-svn-id: svn://10.0.0.236/trunk@212740 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com 2006-09-27 20:00:08 +00:00
parent 4776a60e76
commit 854b5110e4

View File

@ -42,6 +42,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
JAVA_LIBRARY_NAME = MozillaGlue
# Don't install MozillaGlue.jar in $(DIST)/bin
NO_DIST_INSTALL=1
PACKAGE_DIR = org/mozilla/xpcom
@ -125,3 +127,8 @@ $(IFACES_JAR_SRC): $(IFACES_JAR)
##
export:: $(IFACES_JAR) $(IFACES_JAR_SRC) $(JAVA_LIBRARY)
$(MAKE) -C ../src jarfile
# Since we set NO_DIST_INSTALL above, the jars don't get copied into the SDK.
# Handle that here.
libs:: $(SDK_LIBRARY) $(SDK_LIB_DIR)
$(INSTALL) $(IFLAGS2) $^