diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-17 20:04:14 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-17 20:04:14 (GMT) |
commit | 8e686f312ee6f2c2a0204e8dd5af005470385200 (patch) | |
tree | aed845570f25bb349fc267e824c825b033fa5c1d /tools/test/h5repack | |
parent | 5f7822fac4673cdb9e8ed60d104566c9df43303f (diff) | |
parent | e718e2ab319d398ed28d39e6119e9a128990311e (diff) | |
download | hdf5-8e686f312ee6f2c2a0204e8dd5af005470385200.zip hdf5-8e686f312ee6f2c2a0204e8dd5af005470385200.tar.gz hdf5-8e686f312ee6f2c2a0204e8dd5af005470385200.tar.bz2 |
Merge pull request #430 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'e718e2ab319d398ed28d39e6119e9a128990311e':
HDFFV-10170 fix command syntax
ignore java classpath
HDFFV-10173 fix compile on VS2008
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 |