Skip to content

Commit

Permalink
cfitsio: Install versioned shared libraries
Browse files Browse the repository at this point in the history
CFITSIO now has version libraries. This is very good but we have
to install them and it does not happen automatically. For now
the libraries are explicitly listed in the Makefile.am but
the installer does not know they are soft links so we get three
copies of the libraries rather than the original softlinks pointing
to every more specific versions.
  • Loading branch information
timj committed Aug 9, 2013
1 parent d05042e commit ca719b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion thirdparty/heasarc/cfitsio/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ bin_SCRIPTS = cfitsio/imcopy cfitsio/fitscopy
## as automake doesn't like the unknown extension.
lib_LIBRARIES = cfitsio/libcfitsio.a
liblibdir = $(libdir)
liblib_SCRIPTS = cfitsio/libcfitsio@SHLIB_SUFFIX@ cfitsio/cfitsio.pc
liblib_SCRIPTS = cfitsio/libcfitsio@SHLIB_SUFFIX@ \
cfitsio/libcfitsio.1@SHLIB_SUFFIX@ \
cfitsio/libcfitsio.1.@PACKAGE_VERSION@@SHLIB_SUFFIX@ \
cfitsio/cfitsio.pc

# There are no sources for libcfits in this directory.
cfitsio_libcfitsio_a_SOURCES =
Expand Down

0 comments on commit ca719b0

Please sign in to comment.