[svn-r4071]

Purpose:
	Bug Fix
Description:
	Modules weren't being found correctly.
Solution:
	The F9XMODFLAG was being set and used in the test{par}/ and examples/
	directories, but it's also needed in the src/ directory.
Platforms tested:
	Modi4...cross fingers...
This commit is contained in:
Bill Wendling 2001-06-27 01:31:28 -05:00
parent 8a71bdcfde
commit 12c718ace3
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ SHELL=/bin/sh
CC=@CC@
F9X=@F9X@
F9XMODEXT=@F9XMODEXT@
F9XMODFLAG=@F9XMODFLAG@
CFLAGS=@CFLAGS@
CPPFLAGS=@CPPFLAGS@
FFLAGS=@FFLAGS@

View File

@ -17,6 +17,9 @@ TRACE=perl $(top_srcdir)/bin/trace
## Add `-I.' to the C preprocessor flags.
CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@
MFLAG=@F9XMODFLAG@
FFLAGS=$(MFLAG). @FFLAGS@
## This is our main target
LIB=libhdf5_fortran.la
DISTCLEAN=H5fortran_types.f90