Skip to content

Commit

Permalink
Added changes outlined in #82
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Dec 2, 2019
1 parent 98de32b commit 852b700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cxx4/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ lib_LTLIBRARIES = libnetcdf_c++4.la
# http://www.gnu.org/s/libtool/manual/html_node/Updating-version-info.html
libnetcdf_c__4_la_LDFLAGS = -version-info 2:0:1 -no-undefined

libnetcdf_c__4_la_LIBADD = -lnetcdf

# These headers will be installed in the users header directory.
include_HEADERS = netcdf ncAtt.h ncCheck.h ncDim.h ncException.h \
ncGroup.h ncOpaqueType.h ncVar.h ncVlenType.h ncCompoundType.h \
Expand Down
3 changes: 2 additions & 1 deletion plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ lib_LTLIBRARIES = libh5bzip2.la

libh5bzip2_la_SOURCES = ${HDF5PLUGINSRC}
libh5bzip2_la_LDFLAGS = -module -avoid-version -shared -export-dynamic -no-undefined
libh5bzip2_la_LIBADD = -lhdf5

libmisc_la_SOURCES = H5Zmisc.c H5Zutil.c h5misc.h
libmisc_la_LDFLAGS = -module -avoid-version -shared -export-dynamic -no-undefined -rpath ${abs_builddir}

libmisc_la_LIBADD = -lhdf5

EXTRA_DIST=${PLUGINSRC} ${BZIP2SRC} ${PLUGINHDRS} ${BZIP2HDRS} \
H5Ztemplate.c H5Zmisc.c H5Zutil.c CMakeLists.txt

0 comments on commit 852b700

Please sign in to comment.