summaryrefslogtreecommitdiffstats
path: root/c++/src/Makefile.am
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-04-01 20:27:26 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-04-01 20:27:26 (GMT)
commit025d90f57313002ddb6ac24dcb034baed1f39012 (patch)
tree1982f5277a24a11d0ddc6bf0e814dfc3c792eef3 /c++/src/Makefile.am
parent4f87ef5e0ea8238a4836e31db0695c149646f7c5 (diff)
downloadhdf5-025d90f57313002ddb6ac24dcb034baed1f39012.zip
hdf5-025d90f57313002ddb6ac24dcb034baed1f39012.tar.gz
hdf5-025d90f57313002ddb6ac24dcb034baed1f39012.tar.bz2
[svn-r26697] HDFFV-9131: Remove obsolete/unneeded sections.
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