diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-09-12 14:29:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-09-12 14:29:54 (GMT) |
commit | 5ad2673fdec68bfe0ba90bce77fc5ec6017693b9 (patch) | |
tree | be68910b0a6a8cd2e2ae5a28bf8fdfa00bb872e4 /src/Makefile.am | |
parent | 5ffde305cdf2c167234f1ffb38adf557380f2234 (diff) | |
download | hdf5-5ad2673fdec68bfe0ba90bce77fc5ec6017693b9.zip hdf5-5ad2673fdec68bfe0ba90bce77fc5ec6017693b9.tar.gz hdf5-5ad2673fdec68bfe0ba90bce77fc5ec6017693b9.tar.bz2 |
[svn-r11386] Purpose:
Code cleanup/reorganization
Description:
Merge back some more changes extracted from the "compact group" set.
This bunch cleans up and prepares the H5G_* routines for eventual import of
new features.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Linux 2.4
Mac OS X.4
Diffstat (limited to 'src/Makefile.am')
-rwxr-xr-x | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 046800f..15a09ed 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,7 +55,8 @@ libhdf5_la_SOURCES= H5.c H5A.c H5AC.c H5B.c H5B2.c H5B2cache.c H5B2dbg.c \ H5Oattr.c H5Obogus.c \ H5Ocont.c H5Odtype.c H5Oefl.c H5Ofill.c H5Olayout.c H5Omtime.c \ H5Oname.c H5Onull.c H5Opline.c H5Osdspace.c H5Oshared.c H5Ostab.c \ - H5P.c H5Pdcpl.c H5Pdxpl.c H5Pfapl.c H5Pfcpl.c H5Pocpl.c H5Ptest.c \ + H5P.c H5Pdcpl.c H5Pdxpl.c H5Pfapl.c H5Pfcpl.c H5Pgcpl.c H5Pocpl.c \ + H5Ptest.c \ H5R.c H5RC.c \ H5RS.c H5S.c H5Sall.c H5Shyper.c H5Smpio.c H5Snone.c H5Spoint.c \ H5Sselect.c H5Stest.c H5SH.c H5SHcache.c H5SHdbg.c \ |