blob: 64c87a85f36771256b68a17a885b36c3207d6a6b (
plain)
1
2
3
4
5
6
7
8
|
## Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = foreign
# autoconf2.13's target_alias
target_noncanonical = @target_noncanonical@
include_HEADERS = jni.h jvmpi.h
|