summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGuilhem Lavaux <guilhem@kaffe.org>2006-01-21 20:57:09 +0000
committerGuilhem Lavaux <guilhem@kaffe.org>2006-01-21 20:57:09 +0000
commit389128ad9e78d61b272a1c47d1fd48846aabe7ef (patch)
treec406c40a549577d27175f90c86cdf6153392e190 /lib
parent6fe91fe63ab392f2047342a37bb40013718a630a (diff)
downloadclasspath-389128ad9e78d61b272a1c47d1fd48846aabe7ef.tar.gz
2006-01-21 Guilhem Lavaux <guilhem@kaffe.org>
* m4/acinclude.m4 (CLASSPATH_WITH_GLIBJ): Add support for fastjar. * lib/Makefile.am: Likewise.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 408d3ebe4..fa681b014 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -72,6 +72,7 @@ endif # INSTALL_CLASS_FILES
glibj.zip: classes compile-classes resources
if test "$(ZIP)" != ""; then $(ZIP) -r -D glibj.zip gnu java javax org META-INF > /dev/null; fi
+ if test "$(FASTJAR)" != ""; then $(FASTJAR) cf glibj.zip gnu java javax org META-INF; fi
resources: copy-vmresources.sh
if ! [ -e gnu ]; then mkdir gnu; fi