netcdf-c/examples
Dennis Heimbigner 15e4fdcbb4 Support installation of the bzip2 plugin under name libh5bzip2.so
re: https://github.com/Unidata/netcdf-c/issues/1347

It turns out that the plugin libraries (bzip2 and misc) were
being installed as part of 'make installed'. This was not intended
behavior. But after some discussion in the above issue, it was decided
to install the bzip2 plugin. However, in order to avoid naming conflicts,
the plugin is installed under the name 'libh5bzip2.so'.
Note that this is automake behavior only; the install does not
(yet) occur using cmake.

Misc. unrelated changes
-----------------------
1. turn off some debug output in ncdump/Makefile.am
2019-02-27 15:22:46 -07:00
..
C Support installation of the bzip2 plugin under name libh5bzip2.so 2019-02-27 15:22:46 -07:00
CDL Continuing to replace references. 2018-12-04 16:51:40 -07:00
CMakeLists.txt Continuing to replace references. 2018-12-04 16:51:40 -07:00
Makefile.am Continuing to replace references. 2018-12-04 16:51:40 -07:00