diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2010-04-30 20:28:45 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2010-04-30 20:28:45 (GMT) |
commit | 6d912b639416158f700397909996f2687473cfd3 (patch) | |
tree | 465e979e449cf54b36cc80e8a282788bda2c4d6d /fortran/examples/Makefile.am | |
parent | d44e26b78a60bdccb59e2935a07a0cbef7eb5321 (diff) | |
download | hdf5-6d912b639416158f700397909996f2687473cfd3.zip hdf5-6d912b639416158f700397909996f2687473cfd3.tar.gz hdf5-6d912b639416158f700397909996f2687473cfd3.tar.bz2 |
[svn-r18680] Added running make install-examples to make install. Make install-examples will still install example files and make install will also install them.
Diffstat (limited to 'fortran/examples/Makefile.am')
-rw-r--r-- | fortran/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/examples/Makefile.am b/fortran/examples/Makefile.am index 772cb13..bb3be1a 100644 --- a/fortran/examples/Makefile.am +++ b/fortran/examples/Makefile.am @@ -64,7 +64,7 @@ $(EXTRA_PROG): $(H5FC) endif # Tell automake how to install examples -EXAMPLEDIR=$(docdir)/hdf5/examples/fortran +EXAMPLEDIR=$(exec_prefix)/examples/fortran # List dependencies for each example. Normally, automake would take # care of this for us, but if we tell automake about the programs it |