46a2c9d2d1
* include/Makefile.in: Rebuilt. * include/Makefile.am (tool_include__HEADERS): Include classpath's jni.h. From-SVN: r102296
16 lines
564 B
Makefile
16 lines
564 B
Makefile
## Process this file with automake to produce Makefile.in.
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
# May be used by various substitution variables.
|
|
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
|
|
|
|
# autoconf2.13's target_alias
|
|
target_noncanonical = @target_noncanonical@
|
|
|
|
tool_include_dir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
|
|
## 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
|