diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-11 13:21:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-11 13:21:13 (GMT) |
commit | 6b6af9d5fc269b7baf2f8c5cc2646a102640168c (patch) | |
tree | 80af5961bed9aee4a1ddd0e85343e738ff6350a1 /hl/fortran | |
parent | 49ae59ce6e10fc4553aa72963834fbc9ad0c1005 (diff) | |
download | hdf5-6b6af9d5fc269b7baf2f8c5cc2646a102640168c.zip hdf5-6b6af9d5fc269b7baf2f8c5cc2646a102640168c.tar.gz hdf5-6b6af9d5fc269b7baf2f8c5cc2646a102640168c.tar.bz2 |
[svn-r12076] Purpose:
Bug fix
Description:
Add the hl/fortran/examples & hl/tools directories to the list of
directories targeted by mostlyclean/clean/distclean.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'hl/fortran')
-rw-r--r-- | hl/fortran/Makefile.am | 2 | ||||
-rw-r--r-- | hl/fortran/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hl/fortran/Makefile.am b/hl/fortran/Makefile.am index e6de85e..9a75aa0 100644 --- a/hl/fortran/Makefile.am +++ b/hl/fortran/Makefile.am @@ -25,7 +25,7 @@ include $(top_srcdir)/config/commence.am SUBDIRS=src test -DIST_SUBDIRS=src test +DIST_SUBDIRS=src test examples # Install examples install-examples uninstall-examples: diff --git a/hl/fortran/Makefile.in b/hl/fortran/Makefile.in index dc59657..02dbaec 100644 --- a/hl/fortran/Makefile.in +++ b/hl/fortran/Makefile.in @@ -315,7 +315,7 @@ TRACE = perl $(top_srcdir)/bin/trace # *.clog are from the MPE option. CHECK_CLEANFILES = *.chkexe *.chklog *.clog SUBDIRS = src test -DIST_SUBDIRS = src test +DIST_SUBDIRS = src test examples # Automake needs to be taught how to build lib, progs, and tests targets. # These will be filled in automatically for the most part (e.g., |