Skip to content

Commit 7b73aa4

Browse files
authored
Merge pull request #6387 from kawashima-fj/pr/v3.0.x/jni-header
v3.0.x: java: Fix Java devel header build error
2 parents 93eaff2 + cea8cfc commit 7b73aa4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ompi/mpi/java/java/Makefile.am

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Copyright (c) 2011-2014 Cisco Systems, Inc. All rights reserved.
44
# Copyright (c) 2015 Los Alamos National Security, LLC. All rights
55
# reserved.
6+
# Copyright (c) 2018 Research Organization for Information Science
7+
# and Technology (RIST). All rights reserved.
68
# $COPYRIGHT$
79
#
810
# Additional copyrights may follow
@@ -73,15 +75,13 @@ if OMPI_WANT_JAVA_BINDINGS
7375
# from JAVA_SRC_FILES.
7476
JAVA_H = \
7577
mpi_MPI.h \
76-
mpi_CartParms.h \
7778
mpi_CartComm.h \
7879
mpi_Comm.h \
7980
mpi_Constant.h \
8081
mpi_Count.h \
8182
mpi_Datatype.h \
8283
mpi_Errhandler.h \
8384
mpi_File.h \
84-
mpi_GraphParms.h \
8585
mpi_GraphComm.h \
8686
mpi_Group.h \
8787
mpi_Info.h \
@@ -91,9 +91,7 @@ JAVA_H = \
9191
mpi_Op.h \
9292
mpi_Prequest.h \
9393
mpi_Request.h \
94-
mpi_ShiftParms.h \
9594
mpi_Status.h \
96-
mpi_Version.h \
9795
mpi_Win.h
9896

9997
# A little verbosity magic; see Makefile.ompi-rules for an explanation.

0 commit comments

Comments
 (0)