Skip to content

Commit

Permalink
Link lib__nczhdf5filters and lib__nczstdfilters to libnetcdf
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Jun 26, 2022
1 parent d8f170a commit 74467c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ if ENABLE_PLUGINS

# The NCZarr codec libraries
lib__nczstdfilters_la_SOURCES = NCZstdfilters.c
lib__nczstdfilters_la_LIBADD = ${top_builddir}/liblib/libnetcdf.la
lib__nczhdf5filters_la_SOURCES = NCZhdf5filters.c
lib__nczhdf5filters_la_LIBADD = ${top_builddir}/liblib/libnetcdf.la

plugin_LTLIBRARIES += lib__nczhdf5filters.la
plugin_LTLIBRARIES += lib__nczstdfilters.la
Expand Down

0 comments on commit 74467c2

Please sign in to comment.