Skip to content

Commit

Permalink
Add missing H5E headers to CMake and update comment about them in Mak…
Browse files Browse the repository at this point in the history
…efile.in

Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed May 1, 2024
1 parent cafdf01 commit 66fd79d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,8 @@ set (H5_PRIVATE_HEADERS

${HDF5_SRC_DIR}/H5Edefin.h
${HDF5_SRC_DIR}/H5Einit.h
${HDF5_SRC_DIR}/H5Emajdef.h
${HDF5_SRC_DIR}/H5Emindef.h
${HDF5_SRC_DIR}/H5Epkg.h
${HDF5_SRC_DIR}/H5Eprivate.h
${HDF5_SRC_DIR}/H5Eterm.h
Expand Down
6 changes: 3 additions & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ settings_DATA=libhdf5.settings

# Error header generation
#
# Actually, H5Einit.h, H5Eterm.h, H5Edefin.h and H5Epubgen.h all
# depend on H5err.txt, but the perl script generates them all, so just
# list one here.
# Actually, H5Einit.h, H5Eterm.h, H5Edefin.h, H5Emajdef.h, H5Emindef.h,
# and H5Epubgen.h all depend on H5err.txt, but the perl script generates them
# all, so just list one here.
$(top_srcdir)/src/H5Edefin.h: $(top_srcdir)/src/H5err.txt
perl $(top_srcdir)/bin/make_err $?

Expand Down

0 comments on commit 66fd79d

Please sign in to comment.