From b67e626ba9095f35dd9a8f9e8ca906320f85914c Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 17 Apr 2017 16:25:34 -0500 Subject: HDFFV-10173 remove hook for noinst libs --- test/Makefile.am | 3 --- tools/test/h5repack/Makefile.am | 4 ---- 2 files changed, 7 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index a0774a4..49b251a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -112,9 +112,6 @@ if HAVE_SHARED_CONDITIONAL libdynlib3_la_SOURCES=dynlib3.c libdynlib4_la_SOURCES=dynlib4.c -install-exec-hook: - $(RM) $(DESTDIR)$(libdir)/*dynlib* - else # The libh5test library provides common support code for the tests. noinst_LTLIBRARIES=libh5test.la diff --git a/tools/test/h5repack/Makefile.am b/tools/test/h5repack/Makefile.am index 590a7dc..ce403b0 100644 --- a/tools/test/h5repack/Makefile.am +++ b/tools/test/h5repack/Makefile.am @@ -51,10 +51,6 @@ if HAVE_SHARED_CONDITIONAL libdynlibadd_la_SOURCES=dynlib_rpk.c libdynlibvers_la_SOURCES=dynlib_vrpk.c -install-exec-hook: - $(RM) $(DESTDIR)$(libdir)/*dynlib* -endif - # Temporary files. *.h5 are generated by h5repack. They should # copied to the testfiles/ directory if update is required. CHECK_CLEANFILES+=*.h5 *.bin testfiles/h5diff_attr1.h5 testfiles/tfamily*.h5 -- cgit v0.12