diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-17 18:58:14 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-17 18:58:14 (GMT) |
commit | a447dd64cc0dcfc7fe17b881103fc76348001dda (patch) | |
tree | 92bc0e6cf62e7aae3782c850b91d1236b8c3a2d0 /tools | |
parent | 5f313c0172f9339c7cd69a4fd01c033d89466a8b (diff) | |
download | hdf5-a447dd64cc0dcfc7fe17b881103fc76348001dda.zip hdf5-a447dd64cc0dcfc7fe17b881103fc76348001dda.tar.gz hdf5-a447dd64cc0dcfc7fe17b881103fc76348001dda.tar.bz2 |
HDFFV-10170 fix noinst for test libs
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/h5repack/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5repack/Makefile.am b/tools/test/h5repack/Makefile.am index 5c284b3..590a7dc 100644 --- a/tools/test/h5repack/Makefile.am +++ b/tools/test/h5repack/Makefile.am @@ -47,7 +47,7 @@ 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 |