diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-25 22:51:50 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-25 22:51:50 (GMT) |
commit | 68537be4ff09dcdea9c05e0d0d377d336c3a33dd (patch) | |
tree | 9628386369f08bc0b367996895e3dae2aa1ea551 /fortran/src/Makefile.in | |
parent | 8146d97138d678e02e92eb2d644cee2634a75dab (diff) | |
download | hdf5-68537be4ff09dcdea9c05e0d0d377d336c3a33dd.zip hdf5-68537be4ff09dcdea9c05e0d0d377d336c3a33dd.tar.gz hdf5-68537be4ff09dcdea9c05e0d0d377d336c3a33dd.tar.bz2 |
[svn-r5268] Purpose:
Update
Description:
Added h5pubconf_fortran.h as a public header file for the Fortran
wrappers...
Platforms tested:
Linux
Diffstat (limited to 'fortran/src/Makefile.in')
-rw-r--r-- | fortran/src/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 57f2c12..40804bc 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -21,6 +21,9 @@ CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@ LIB=libhdf5_fortran.la DISTCLEAN=H5fortran_types.f90 +## Public header files (to be installed)... +PUB_HDR=H5pubconf_fortran.h + ## Source and object files for the library ADD_PARALLEL_FILES=@ADD_PARALLEL_FILES@ |