Skip to content

Commit

Permalink
Avoid installing jni.h in destdir
Browse files Browse the repository at this point in the history
We shall respect the existing headers provided by OpenJDK. That is,
jni.h is used internally.
  • Loading branch information
jserv committed Jan 14, 2023
1 parent 7c4c9e7 commit f20d559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SUBDIRS = os interp classlib
DIST_SUBDIRS = os arch interp classlib

include_HEADERS = jni.h
noinst_HEADERS = jni.h

lib_LTLIBRARIES = libjvm.la
noinst_LTLIBRARIES = libcore.la
Expand Down

0 comments on commit f20d559

Please sign in to comment.