by default libPgm2asc.{a, so} is getting copied to /usr/local not /usr/local/lib when running "make install"
the header files are not getting installed at all.
libs should go in $prefix/lib and headers to $prefix/include I assume?
It would be nice to see libdir and includedir added so these can be overridden depending on the needs of the specific system it's being built on.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
libs should go in $prefix/lib and headers to $prefix/include I assume?
It would be nice to see libdir and includedir added so these can be overridden depending on the needs of the specific system it's being built on.