Patch: FYI: install jni.h again

Tom Tromey tromey@redhat.com
Fri Jul 22 20:44:00 GMT 2005


I'm checking this in on the trunk.

We need to install jni.h.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* include/Makefile.in: Rebuilt.
	* include/Makefile.am (tool_include__HEADERS): Include
	classpath's jni.h.

Index: include/Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/include/Makefile.am,v
retrieving revision 1.10
diff -u -r1.10 Makefile.am
--- include/Makefile.am 16 Jul 2005 01:23:57 -0000 1.10
+++ include/Makefile.am 22 Jul 2005 20:43:50 -0000
@@ -9,4 +9,7 @@
 target_noncanonical = @target_noncanonical@
 
 tool_include_dir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
-tool_include__HEADERS = jni_md.h jawt.h jawt_md.h jvmpi.h
+## The 'jni.h' here is fairly hacky, but it is simpler than trying to
+## tell Classpath about our peculiar install directory.
+tool_include__HEADERS = jni_md.h jawt.h jawt_md.h jvmpi.h \
+	../classpath/include/jni.h



More information about the Java-patches mailing list