From 68537be4ff09dcdea9c05e0d0d377d336c3a33dd Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 25 Apr 2002 17:51:50 -0500 Subject: [svn-r5268] Purpose: Update Description: Added h5pubconf_fortran.h as a public header file for the Fortran wrappers... Platforms tested: Linux --- fortran/src/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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@ -- cgit v0.12