diff options
| author | Bruce Momjian | 2005-03-25 18:17:14 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2005-03-25 18:17:14 +0000 |
| commit | 6b7ef076b52f89178ab567f49170786cb2d83645 (patch) | |
| tree | 65c7dba9a9b76bd20f1233700b48d1154df8931b /contrib/oid2name | |
| parent | 410fede0dd8e2effd05aa97baba9fe0fbb23b915 (diff) | |
Have libpgport link before libpq so that PG client applications are more
immunte to changes in libpq's usage of pgport between major versions.
Diffstat (limited to 'contrib/oid2name')
| -rw-r--r-- | contrib/oid2name/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/oid2name/Makefile b/contrib/oid2name/Makefile index 191e9362f2..56ca83c026 100644 --- a/contrib/oid2name/Makefile +++ b/contrib/oid2name/Makefile @@ -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 |
