diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-03-30 18:55:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-03-30 18:55:21 (GMT) |
commit | 45577d56931183f85f0c1f917dfc82fc4407bd3a (patch) | |
tree | 71863ae8798f297986dbaef53f538fd076c7f0b1 /c++/test/Makefile.am | |
parent | 13980cd69a7304ffcc9e7c4fbd67f846743f141b (diff) | |
download | hdf5-45577d56931183f85f0c1f917dfc82fc4407bd3a.zip hdf5-45577d56931183f85f0c1f917dfc82fc4407bd3a.tar.gz hdf5-45577d56931183f85f0c1f917dfc82fc4407bd3a.tar.bz2 |
[svn-r26660] HDFFV-9131: autotols rework
Remove CXX_CONDITIONAL
remove unneeded/obsolete sections.
h5commtitest
Diffstat (limited to 'c++/test/Makefile.am')
-rw-r--r-- | c++/test/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/c++/test/Makefile.am b/c++/test/Makefile.am index 2717e9c..705ec72 100644 --- a/c++/test/Makefile.am +++ b/c++/test/Makefile.am @@ -23,12 +23,6 @@ include $(top_srcdir)/config/commence.am # Include src, test, and c++/src directories AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/c++/src -# Shared C++ libraries aren't universally supported. -if CXX_SHARED_CONDITIONAL -else - AM_LDFLAGS+=-static -endif - # These are our main targets. They should be listed in the order to be # executed, generally most specific tests to least specific tests. TEST_PROG=testhdf5 |