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 /test | |
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 'test')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index a64cd0e..49b251a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -106,15 +106,12 @@ if HAVE_SHARED_CONDITIONAL # The libdynlib1, libdynlib2, libdynlib3, and libdynlib4 library for testing plugin module plugin.c. # Build it as shared library if configure is enabled for shared library. - lib_LTLIBRARIES=libdynlib1.la libdynlib2.la libdynlib3.la libdynlib4.la + noinst_LTLIBRARIES+=libdynlib1.la libdynlib2.la libdynlib3.la libdynlib4.la libdynlib1_la_SOURCES=dynlib1.c libdynlib2_la_SOURCES=dynlib2.c 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 |