summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-02 12:34:09 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-02 12:34:09 (GMT)
commit7d53a8b8375ed235f2387cecce1016c914971006 (patch)
tree5520062228cff73b7e6dde6566512cf4718ae83a /src/Makefile.am
parent6661b21e9a948aa7790be13409f5b3e69c2ebbc9 (diff)
downloadhdf5-7d53a8b8375ed235f2387cecce1016c914971006.zip
hdf5-7d53a8b8375ed235f2387cecce1016c914971006.tar.gz
hdf5-7d53a8b8375ed235f2387cecce1016c914971006.tar.bz2
Removed the rest of the hlog code
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cb3fa3c..bf565d8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -115,8 +115,7 @@ libhdf5_la_SOURCES= H5.c H5checksum.c H5dbg.c H5lib_settings.c H5system.c \
H5VLpassthru.c \
H5VM.c H5WB.c H5Z.c \
H5Zdeflate.c H5Zfletcher32.c H5Znbit.c H5Zshuffle.c \
- H5Zscaleoffset.c H5Zszip.c H5Ztrans.c \
- hlog.c
+ H5Zscaleoffset.c H5Zszip.c H5Ztrans.c
# Only compile parallel sources if necessary
if BUILD_PARALLEL_CONDITIONAL