summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-17 21:25:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-17 21:25:34 (GMT)
commitb67e626ba9095f35dd9a8f9e8ca906320f85914c (patch)
tree676c563718fae262ec049daa500bbe02b3c86364 /test
parenta447dd64cc0dcfc7fe17b881103fc76348001dda (diff)
downloadhdf5-b67e626ba9095f35dd9a8f9e8ca906320f85914c.zip
hdf5-b67e626ba9095f35dd9a8f9e8ca906320f85914c.tar.gz
hdf5-b67e626ba9095f35dd9a8f9e8ca906320f85914c.tar.bz2
HDFFV-10173 remove hook for noinst libs
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am3
1 files changed, 0 insertions, 3 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