1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Have libpgport link before libpq so that PG client applications are more

immunte to changes in libpq's usage of pgport between major versions.
This commit is contained in:
Bruce Momjian
2005-03-25 18:17:14 +00:00
parent 410fede0dd
commit 6b7ef076b5
14 changed files with 43 additions and 28 deletions

View File

@ -1,10 +1,10 @@
# $PostgreSQL: pgsql/contrib/oid2name/Makefile,v 1.6 2004/08/20 20:13:05 momjian Exp $
# $PostgreSQL: pgsql/contrib/oid2name/Makefile,v 1.7 2005/03/25 18:17:11 momjian Exp $
PROGRAM = oid2name
OBJS = oid2name.o
PG_CPPFLAGS = -I$(libpq_srcdir)
PG_LIBS = $(libpq)
PG_LIBS = $(libpq_pgport)
DOCS = README.oid2name