mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
[svn-r12937] Deleted H5SMpublic.h file, since information in it has been moved to
H5Opublic.h. Updated Makefile.am, reconfigured. Tested on kagiso.
This commit is contained in:
parent
04e7a0ba36
commit
d6d549e5bf
@ -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*/
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user