From: John P. <jwp...@gm...> - 2018-01-18 22:50:30
|
On Thu, Jan 18, 2018 at 2:07 PM, David Knezevic <dav...@ak...> wrote: > I configured with gzstream support, and I'd like to use this from an app. > To do that I've copied gzstream.h to the app directory, and then it works, > but I was wondering if it's possible to use libMesh's copy of gzstream.h > directly? I guess not since it's not copied into the installed directory, > is that right? > > Anyway, any suggestions on the cleanest way to handle this would be > appreciated. > It looks like it would be as simple as adding the gzstream.h header to the list of files that get installed by the build system? I think this can be done by adding nobase_include_HEADERS = gzstream.h (see also the boost and Eigen Makefile.am files in contrib) to the Makefile.am in contrib/gzstream and rebootstrapping, but I'm not an automake expert by any means :-) -- John |