diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-06-06 05:51:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-06-06 05:51:17 (GMT) |
commit | e1f276f267e47175249169e91c0b9a059195a79e (patch) | |
tree | 2777349f676bf208e484fb25c31462f4feffd15a /src/Makefile.am | |
parent | 48fd9fd20ad1c59ac7b2f207c8af1746950a182e (diff) | |
download | hdf5-e1f276f267e47175249169e91c0b9a059195a79e.zip hdf5-e1f276f267e47175249169e91c0b9a059195a79e.tar.gz hdf5-e1f276f267e47175249169e91c0b9a059195a79e.tar.bz2 |
[svn-r30033] Description:
Extract epoch marker metadata client into separate source file.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index dc3b4e4..5d961c4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,7 +45,7 @@ libhdf5_la_SOURCES= H5.c H5checksum.c H5dbg.c H5system.c H5timer.c H5trace.c \ H5AC.c \ H5B.c H5Bcache.c H5Bdbg.c \ H5B2.c H5B2cache.c H5B2dbg.c H5B2hdr.c H5B2int.c H5B2stat.c H5B2test.c \ - H5C.c H5Cquery.c \ + H5C.c H5Cepoch.c H5Cquery.c \ H5CS.c \ H5D.c H5Dbtree.c H5Dbtree2.c H5Dchunk.c H5Dcompact.c H5Dcontig.c H5Ddbg.c \ H5Ddeprec.c H5Dearray.c H5Defl.c H5Dfarray.c H5Dfill.c H5Dint.c \ |