diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-17 21:25:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-17 21:25:34 (GMT) |
commit | b67e626ba9095f35dd9a8f9e8ca906320f85914c (patch) | |
tree | 676c563718fae262ec049daa500bbe02b3c86364 /tools/test/h5repack | |
parent | a447dd64cc0dcfc7fe17b881103fc76348001dda (diff) | |
download | hdf5-b67e626ba9095f35dd9a8f9e8ca906320f85914c.zip hdf5-b67e626ba9095f35dd9a8f9e8ca906320f85914c.tar.gz hdf5-b67e626ba9095f35dd9a8f9e8ca906320f85914c.tar.bz2 |
HDFFV-10173 remove hook for noinst libs
Diffstat (limited to 'tools/test/h5repack')
-rw-r--r-- | tools/test/h5repack/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
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 |