diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-13 18:37:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-13 18:37:56 (GMT) |
commit | 9363223fb688bfb484acad07f7119eb21f5e3307 (patch) | |
tree | 8abb0af48a98c88eb0a390eb841afbd22ba21383 /tools/test/h5repack | |
parent | 906c1819188755a04fde6cc0ad7346775a6e61b8 (diff) | |
download | hdf5-9363223fb688bfb484acad07f7119eb21f5e3307.zip hdf5-9363223fb688bfb484acad07f7119eb21f5e3307.tar.gz hdf5-9363223fb688bfb484acad07f7119eb21f5e3307.tar.bz2 |
HDFFV-10170 chnage test libs to noinst type
Diffstat (limited to 'tools/test/h5repack')
-rw-r--r-- | tools/test/h5repack/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/test/h5repack/Makefile.am b/tools/test/h5repack/Makefile.am index 5c284b3..22c6d96 100644 --- a/tools/test/h5repack/Makefile.am +++ b/tools/test/h5repack/Makefile.am @@ -47,12 +47,10 @@ h5repacktst_SOURCES=h5repacktst.c if HAVE_SHARED_CONDITIONAL # Build it as shared library if configure is enabled for shared library. - lib_LTLIBRARIES=libdynlibadd.la libdynlibvers.la + noinst_LTLIBRARIES=libdynlibadd.la libdynlibvers.la 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 |