diff options
Diffstat (limited to 'c++/src/Makefile.in')
-rw-r--r-- | c++/src/Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index 7a1b894..ea138dc 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -196,13 +196,13 @@ F9XMODFLAG = @F9XMODFLAG@ # Include src directory INCLUDES = -I$(top_srcdir)/src -# This is our main target -lib_LTLIBRARIES = libhdf5_cpp.la - # Build the library statically because some compliers can only link one # dynamic library, and that's the main hdf5 library (which is much larger # than this one). -libhdf5_cpp_la_LDFLAGS = -static +AM_LDFLAGS = -static + +# This is our main target +lib_LTLIBRARIES = libhdf5_cpp.la bin_SCRIPTS = h5c++ @@ -247,6 +247,7 @@ CONFIG_HEADER = $(top_builddir)/src/H5config.h CONFIG_CLEAN_FILES = h5c++ LTLIBRARIES = $(lib_LTLIBRARIES) +libhdf5_cpp_la_LDFLAGS = libhdf5_cpp_la_LIBADD = am_libhdf5_cpp_la_OBJECTS = H5Exception.lo H5IdComponent.lo H5Library.lo \ H5Attribute.lo H5Object.lo H5PropList.lo H5FaccProp.lo \ |