Add pkg-config files for libpq and ecpg libraries
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| 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 |