diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2014-12-09 17:41:25 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2016-11-29 23:42:29 (GMT) |
commit | acdd7fe274adcd195c8f8ccfa3994b0516833b6a (patch) | |
tree | 1d1bdd6fb3cb1976dac5f8fd3fcdc27564e44893 | |
parent | 29be78b3e3b3b4ff2117e078b336bb66a0d1e8b6 (diff) | |
download | hdf5-acdd7fe274adcd195c8f8ccfa3994b0516833b6a.zip hdf5-acdd7fe274adcd195c8f8ccfa3994b0516833b6a.tar.gz hdf5-acdd7fe274adcd195c8f8ccfa3994b0516833b6a.tar.bz2 |
Add H5Oidxinfo.c to makefile rules
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f3b0a3f..49fca61 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -80,7 +80,7 @@ libhdf5_la_SOURCES= H5.c H5checksum.c H5dbg.c H5system.c H5timer.c H5trace.c \ H5O.c H5Oainfo.c H5Oalloc.c H5Oattr.c \ H5Oattribute.c H5Obogus.c H5Obtreek.c H5Ocache.c H5Ochunk.c \ H5Ocont.c H5Ocopy.c H5Odbg.c H5Odrvinfo.c H5Odtype.c H5Oefl.c \ - H5Ofill.c H5Ofsinfo.c H5Oginfo.c \ + H5Ofill.c H5Ofsinfo.c H5Oginfo.c H5Oidxinfo.c \ H5Olayout.c \ H5Olinfo.c H5Olink.c H5Omessage.c H5Omtime.c \ H5Oname.c H5Onull.c H5Opline.c H5Orefcount.c \ diff --git a/test/Makefile.am b/test/Makefile.am index b733bf4..4673da3 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -47,7 +47,7 @@ TEST_PROG= testhdf5 lheap ohdr stab gheap cache cache_api cache_tagging \ set_extent ttsafe enc_dec_plist enc_dec_plist_cross_platform\ getname vfd ntypes dangle dtransform reserved cross_read \ freespace mf vds farray earray btree2 fheap file_image unregister \ - query + query index # List programs to be built when testing here. error_test and err_compat are # built at the same time as the other tests, but executed by testerror.sh. |