diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-11-17 20:05:53 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-11-17 20:05:53 (GMT) |
commit | d6d549e5bfa37e599255766f3add2accc367548d (patch) | |
tree | 6df26360fe208cb35d58336cbe17844144e5c3df /src | |
parent | 04e7a0ba36f017acde63ff48e98070233294719b (diff) | |
download | hdf5-d6d549e5bfa37e599255766f3add2accc367548d.zip hdf5-d6d549e5bfa37e599255766f3add2accc367548d.tar.gz hdf5-d6d549e5bfa37e599255766f3add2accc367548d.tar.bz2 |
[svn-r12937] Deleted H5SMpublic.h file, since information in it has been moved to
H5Opublic.h.
Updated Makefile.am, reconfigured.
Tested on kagiso.
Diffstat (limited to 'src')
-rwxr-xr-x | src/H5SMpublic.h | 26 | ||||
-rwxr-xr-x | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/Makefile.in | 2 |
3 files changed, 2 insertions, 28 deletions
diff --git a/src/H5SMpublic.h b/src/H5SMpublic.h deleted file mode 100755 index 4f7f074..0000000 --- a/src/H5SMpublic.h +++ /dev/null @@ -1,26 +0,0 @@ -/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by the Board of Trustees of the University of Illinois. * - * All rights reserved. * - * * - * This file is part of HDF5. The full HDF5 copyright notice, including * - * terms governing use, modification, and redistribution, is contained in * - * the files COPYING and Copyright.html. COPYING can be found at the root * - * of the source code distribution tree; Copyright.html can be found at the * - * root level of an installed copy of the electronic HDF5 document set and * - * is linked from the top-level documents page. It can also be found at * - * http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have * - * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - -/* - * Programmer: James Laird <jlaird@ncsa.uiuc.edu> - * Monday, October 9, 2006 - * - * Purpose: This file contains public declarations for the H5SM - * shared object header messages module. - */ -#ifndef _H5SMpublic_H -#define _H5SMpublic_H - -#endif /*_H5SMpublic_H*/ - diff --git a/src/Makefile.am b/src/Makefile.am index 428ab3d..25f3a73 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -83,7 +83,7 @@ include_HEADERS =H5public.h H5Apublic.h H5ACpublic.h \ H5FDmulti.h H5FDsec2.h H5FDstdio.h H5FDstream.h \ H5Gpublic.h H5Ipublic.h H5Lpublic.h \ H5MMpublic.h H5Opublic.h H5Ppublic.h H5Rpublic.h H5Spublic.h \ - H5SMpublic.h H5Tpublic.h H5Zpublic.h H5pubconf.h hdf5.h H5api_adpt.h + H5Tpublic.h H5Zpublic.h H5pubconf.h hdf5.h H5api_adpt.h # install libhdf5.settings in lib directory settingsdir=$(libdir) diff --git a/src/Makefile.in b/src/Makefile.in index 1287a81..e13097a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -439,7 +439,7 @@ include_HEADERS = H5public.h H5Apublic.h H5ACpublic.h \ H5FDmulti.h H5FDsec2.h H5FDstdio.h H5FDstream.h \ H5Gpublic.h H5Ipublic.h H5Lpublic.h \ H5MMpublic.h H5Opublic.h H5Ppublic.h H5Rpublic.h H5Spublic.h \ - H5SMpublic.h H5Tpublic.h H5Zpublic.h H5pubconf.h hdf5.h H5api_adpt.h + H5Tpublic.h H5Zpublic.h H5pubconf.h hdf5.h H5api_adpt.h # install libhdf5.settings in lib directory |