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 Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/64f890905f3a5186bc4df980c8becfda5c39c2ea Modified Files -------------- .gitignore | 1 + doc/src/sgml/ecpg.sgml | 9 +++++++++ doc/src/sgml/libpq.sgml | 21 +++++++++++++++++++++ src/Makefile.shlib | 30 +++++++++++++++++++++++++++--- src/interfaces/ecpg/compatlib/Makefile | 2 ++ src/interfaces/ecpg/ecpglib/Makefile | 2 ++ 6 files changed, 62 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
