Add pkg-config files for libpq and ecpg libraries

Peter Eisentraut <peter_e@gmx.net>

Commit: 64f890905f3a5186bc4df980c8becfda5c39c2ea
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-03-31T20:58:40Z
Releases: 9.3.0
Add pkg-config files for libpq and ecpg libraries

This will hopefully be easier to use than pg_config for users who are
already used to the pkg-config interface.  It also works better for
multi-arch installations.

reviewed by Tom Lane

Files

PathChange+/−
doc/src/sgml/ecpg.sgml modified +9 −0
doc/src/sgml/libpq.sgml modified +21 −0
.gitignore modified +1 −0
src/interfaces/ecpg/compatlib/Makefile modified +2 −0
src/interfaces/ecpg/ecpglib/Makefile modified +2 −0
src/Makefile.shlib modified +27 −3