summaryrefslogtreecommitdiffstats
path: root/c++/src/Makefile.am
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-03-30 18:55:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-03-30 18:55:21 (GMT)
commit45577d56931183f85f0c1f917dfc82fc4407bd3a (patch)
tree71863ae8798f297986dbaef53f538fd076c7f0b1 /c++/src/Makefile.am
parent13980cd69a7304ffcc9e7c4fbd67f846743f141b (diff)
downloadhdf5-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++/src/Makefile.am')
-rw-r--r--c++/src/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/c++/src/Makefile.am b/c++/src/Makefile.am
index 7c1f497..cdef7bf 100644
--- a/c++/src/Makefile.am
+++ b/c++/src/Makefile.am
@@ -30,12 +30,6 @@ lib_LTLIBRARIES=libhdf5_cpp.la
# Add libtool numbers to the HDF5 C++ library (from config/lt_vers.am)
libhdf5_cpp_la_LDFLAGS= -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_VERS_AGE) $(AM_LDFLAGS)
-# Shared C++ libraries aren't universally supported.
-if CXX_SHARED_CONDITIONAL
-else
- AM_LDFLAGS+=-static
-endif
-
bin_SCRIPTS=h5c++
# Source files for the library