summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDalibor Topic <robilad@yahoo.com>2008-02-10 23:28:10 +0000
committerDalibor Topic <robilad@yahoo.com>2008-02-10 23:28:10 +0000
commit37b4875653b5703f05fe29c33760378ece171fc6 (patch)
tree4c70bee149426c8642460a2317e63ecd03e185a4 /include
parenta67d8778bc989feee09bc190d732a45b091982b5 (diff)
downloadclasspath-37b4875653b5703f05fe29c33760378ece171fc6.tar.gz
2008-02-10 Dalibor Topic <robilad@kaffe.org>
* lib/Makefile.am (compile_classpath), include/Makefile.am (JAVAH): Replaced USER_CLASSLIB with PATH_TO_GLIBJ_ZIP. * m4/acinclude.m4 (CLASSPATH_WITH_CLASSLIB)[--with-classpath]: Removed unused option. It's superceded by --with-glibj-zip.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index d0c3b2598..07b59d517 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -4,7 +4,7 @@ DISTCLEANFILES = jni_md.h config-int.h $(H_FILES)
ARG_JNI_JAVAH = -jni
ARG_CLASSPATH_JAVAH = -bootclasspath
-JAVAH = $(USER_JAVAH) $(ARG_JNI_JAVAH) $(ARG_CLASSPATH_JAVAH) ../lib:$(USER_CLASSLIB)
+JAVAH = $(USER_JAVAH) $(ARG_JNI_JAVAH) $(ARG_CLASSPATH_JAVAH) ../lib:$(PATH_TO_GLIBJ_ZIP)
CLASSDIR = lib
SOUND_H_FILES = \