Skip to content

Commit 132ea1a

Browse files
committed
java: cleanup the list of automatically generated header files
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent a2fc1ac commit 132ea1a

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
@@ -4,6 +4,8 @@
44
# Copyright (c) 2015 Los Alamos National Security, LLC. All rights
55
# reserved.
66
# Copyright (c) 2017 FUJITSU LIMITED. All rights reserved.
7+
# Copyright (c) 2018 Research Organization for Information Science
8+
# and Technology (RIST). All rights reserved.
79
# $COPYRIGHT$
810
#
911
# Additional copyrights may follow
@@ -74,15 +76,13 @@ if OMPI_WANT_JAVA_BINDINGS
7476
# from JAVA_SRC_FILES.
7577
JAVA_H = \
7678
mpi_MPI.h \
77-
mpi_CartParms.h \
7879
mpi_CartComm.h \
7980
mpi_Comm.h \
8081
mpi_Constant.h \
8182
mpi_Count.h \
8283
mpi_Datatype.h \
8384
mpi_Errhandler.h \
8485
mpi_File.h \
85-
mpi_GraphParms.h \
8686
mpi_GraphComm.h \
8787
mpi_Group.h \
8888
mpi_Info.h \
@@ -92,9 +92,7 @@ JAVA_H = \
9292
mpi_Op.h \
9393
mpi_Prequest.h \
9494
mpi_Request.h \
95-
mpi_ShiftParms.h \
9695
mpi_Status.h \
97-
mpi_Version.h \
9896
mpi_Win.h
9997

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

0 commit comments

Comments
 (0)