From cc0421291e0160ba475c74bea4c28b6872ceb03d Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Fri, 4 Jan 2019 08:50:10 -0600 Subject: Uninstall should remove the libhdf5_hl_fortran links. --- hl/fortran/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12