Enable built of shared library
Brought to you by:
dov-g
We, Fedora Project has a packaging policy against the static linkage (http://fedoraproject.org/wiki/Packaging/Guidelines#head-2302ec1e1f44202c9cc4bcce24cb711266557ad7) and I don't see any sufficient reason to ship the static library at all, but not the shared library. I suppose you are going to make paps' APIs public for someone who wants to generate PS file easily. so LTLIBRARIES should be used for building both shared/static library and gives an option to users to disable the built statically.
patch to src/Makefile.am to enable the build for shared library
Logged In: YES
user_id=54008
Originator: NO
doh, I posted this :)