summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-18 13:42:23 (GMT)
committerGitHub <noreply@github.com>2021-06-18 13:42:23 (GMT)
commit2e80c9cdec98d6cee5b4609643839a4ad2a848fb (patch)
tree8138b57615d3d983fc1be26e739a834410b25d67 /src/Makefile.am
parent1e29bcbfe24956f0158b3363a3fbb8a42c8e7e0f (diff)
downloadhdf5-2e80c9cdec98d6cee5b4609643839a4ad2a848fb.zip
hdf5-2e80c9cdec98d6cee5b4609643839a4ad2a848fb.tar.gz
hdf5-2e80c9cdec98d6cee5b4609643839a4ad2a848fb.tar.bz2
Brings hash table IDs feature from develop/1.12 (#768)
* Brings updated tid test from develop * Adds empty H5Iint.c and H5Idbg.c files * H5I renaming to match 1.12/develop * Splits off H5I debug code to H5Idbg.c * Splits internal H5I.c functionality to H5Iint.c * Header cleanup * More renaming cleanup to match develop/1.12 * Adds "save last ID" optimization * Adds uthash.h * Adds hash table IDs from develop/1.12 * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1d426b2..75e0461 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -79,7 +79,9 @@ libhdf5_la_SOURCES= H5.c H5checksum.c H5dbg.c H5system.c H5timer.c H5trace.c \
H5HFspace.c H5HFstat.c H5HFtest.c H5HFtiny.c \
H5HG.c H5HGcache.c H5HGdbg.c H5HGquery.c \
H5HL.c H5HLcache.c H5HLdbg.c H5HLint.c H5HLprfx.c H5HLdblk.c\
- H5HP.c H5I.c H5Itest.c H5L.c H5Lexternal.c H5lib_settings.c \
+ H5HP.c \
+ H5I.c H5Idbg.c H5Iint.c H5Itest.c \
+ H5L.c H5Lexternal.c H5lib_settings.c \
H5MF.c H5MFaggr.c H5MFdbg.c H5MFsection.c \
H5MM.c H5MP.c H5MPtest.c \
H5O.c H5Odeprec.c H5Oainfo.c H5Oalloc.c H5Oattr.c \