diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2013-03-19 04:22:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2013-03-19 04:22:34 (GMT) |
commit | af9a3abb3dcb01e719abf8eba5fd588c20c89d5c (patch) | |
tree | 6aa572a2460bc06332c7abedac2af45668a97853 /src/Makefile.am | |
parent | beccb8a0fcb8a380c7cd140852a486885b8e38c0 (diff) | |
download | hdf5-af9a3abb3dcb01e719abf8eba5fd588c20c89d5c.zip hdf5-af9a3abb3dcb01e719abf8eba5fd588c20c89d5c.tar.gz hdf5-af9a3abb3dcb01e719abf8eba5fd588c20c89d5c.tar.bz2 |
[svn-r23380] Description:
Review & cleanup code.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 262bdc7..a7f7bd9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -88,8 +88,9 @@ libhdf5_la_SOURCES= H5.c H5checksum.c H5dbg.c H5system.c H5timer.c H5trace.c \ H5P.c H5Pacpl.c H5Pdapl.c H5Pdcpl.c \ H5Pdeprec.c H5Pdxpl.c H5Pencdec.c \ H5Pfapl.c H5Pfcpl.c H5Pfmpl.c \ - H5Pgcpl.c H5Pint.c H5PL.c \ + H5Pgcpl.c H5Pint.c \ H5Plapl.c H5Plcpl.c H5Pocpl.c H5Pocpypl.c H5Pstrcpl.c H5Ptest.c \ + H5PL.c \ H5R.c H5Rdeprec.c \ H5RC.c \ H5RS.c \ @@ -117,7 +118,9 @@ include_HEADERS = hdf5.h H5api_adpt.h H5overflow.h H5pubconf.h H5public.h H5vers H5FDfamily.h H5FDlog.h H5FDmpi.h H5FDmpio.h H5FDmpiposix.h \ H5FDmulti.h H5FDsec2.h H5FDstdio.h \ H5Gpublic.h H5Ipublic.h H5Lpublic.h \ - H5MMpublic.h H5Opublic.h H5PLpublic.h H5Ppublic.h H5Rpublic.h H5Spublic.h \ + H5MMpublic.h H5Opublic.h H5Ppublic.h \ + H5PLpublic.h \ + H5Rpublic.h H5Spublic.h \ H5Tpublic.h H5Zpublic.h # install libhdf5.settings in lib directory |