Skip to content

Commit

Permalink
Copy ibmjvmti.h into $JAVA_HOME/include directory
Browse files Browse the repository at this point in the history
Closes: eclipse-openj9/openj9#1252

Signed-off-by: Babneet Singh [email protected]
  • Loading branch information
babsingh committed Jun 8, 2018
1 parent c2aa034 commit b96ef99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions closed/make/CopyFiles.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ ifeq ($(OPENJDK_TARGET_OS), windows)

COPY_FILES += $(MSVCP_TARGET)
endif

# Copy ibmjvmti.h
$(JDK_OUTPUTDIR)/include/ibmjvmti.h: $(SRC_ROOT)/openj9/runtime/include/ibmjvmti.h
$(call install-file)

COPY_FILES += $(JDK_OUTPUTDIR)/include/ibmjvmti.h

0 comments on commit b96ef99

Please sign in to comment.