diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-01-04 14:50:10 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-01-04 14:50:10 (GMT) |
commit | cc0421291e0160ba475c74bea4c28b6872ceb03d (patch) | |
tree | 3b308d80e93349d172ecb26e08254b8e75aef7ce /hl | |
parent | 30abf02de229e606f4ba05afa00ca313f51e7a1a (diff) | |
download | hdf5-cc0421291e0160ba475c74bea4c28b6872ceb03d.zip hdf5-cc0421291e0160ba475c74bea4c28b6872ceb03d.tar.gz hdf5-cc0421291e0160ba475c74bea4c28b6872ceb03d.tar.bz2 |
Uninstall should remove the libhdf5_hl_fortran links.
Diffstat (limited to 'hl')
-rw-r--r-- | hl/fortran/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/fortran/src/Makefile.am b/hl/fortran/src/Makefile.am index a9beb20..200a2ce 100644 --- a/hl/fortran/src/Makefile.am +++ b/hl/fortran/src/Makefile.am @@ -85,6 +85,7 @@ uninstall-local: set -x; $(RM) $(includedir)/*.$(F9XMODEXT); \ fi; \ fi + $(RM) $(DESTDIR)$(libdir)/libhdf5_hl_fortran* # These are the helper programs we need to build. noinst_PROGRAMS = H5HL_buildiface |