diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-28 16:26:03 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-28 16:26:03 (GMT) |
commit | 238a207f2dedb9b4e5a33e6701a96e3ab055895d (patch) | |
tree | 1f9df40ca64d8db8b2999298b78a7f9a8b59f19a /src/Makefile.am | |
parent | 2db4b6df1354a6d006b15fa411684639a08d7243 (diff) | |
download | hdf5-238a207f2dedb9b4e5a33e6701a96e3ab055895d.zip hdf5-238a207f2dedb9b4e5a33e6701a96e3ab055895d.tar.gz hdf5-238a207f2dedb9b4e5a33e6701a96e3ab055895d.tar.bz2 |
Add pass-through VOL connector
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d91cca8..69b51b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -114,7 +114,7 @@ libhdf5_la_SOURCES= H5.c H5checksum.c H5dbg.c H5system.c H5timer.c H5trace.c \ H5Topaque.c \ H5Torder.c \ H5Tpad.c H5Tprecis.c H5Tstrpad.c H5Tvisit.c H5Tvlen.c H5TS.c \ - H5VL.c H5VLcallback.c H5VLint.c H5VLnative.c \ + H5VL.c H5VLcallback.c H5VLint.c H5VLnative.c H5VLpassthru.c \ H5VM.c H5WB.c H5Z.c \ H5Zdeflate.c H5Zfletcher32.c H5Znbit.c H5Zshuffle.c \ H5Zscaleoffset.c H5Zszip.c H5Ztrans.c @@ -141,7 +141,7 @@ include_HEADERS = hdf5.h H5api_adpt.h H5overflow.h H5pubconf.h H5public.h H5vers H5MMpublic.h H5Opublic.h H5Ppublic.h \ H5PLextern.h H5PLpublic.h \ H5Rpublic.h H5Spublic.h H5Tpublic.h \ - H5VLnative.h H5VLpublic.h H5Zpublic.h + H5VLnative.h H5VLpassthru.h H5VLpublic.h H5Zpublic.h # install libhdf5.settings in lib directory settingsdir=$(libdir) |