aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Henderson <bryanh@giraffe.netgate.net>1997-01-21 05:16:38 +0000
committerBryan Henderson <bryanh@giraffe.netgate.net>1997-01-21 05:16:38 +0000
commita4ee68d1d4d1c09f65a6f4b9f5c3cb6130eb953a (patch)
tree9f90ab4f0634b9f47a8cdac0ac85643377926fdd
parent0f90c7a0095c678b1769b05c6773c463d59b54c5 (diff)
downloadpostgresql-a4ee68d1d4d1c09f65a6f4b9f5c3cb6130eb953a.tar.gz
postgresql-a4ee68d1d4d1c09f65a6f4b9f5c3cb6130eb953a.zip
Add link options for libpq library search.
-rw-r--r--src/bin/pgtclsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/pgtclsh/Makefile b/src/bin/pgtclsh/Makefile
index 26cccf5b8c3..07325f5d2c0 100644
--- a/src/bin/pgtclsh/Makefile
+++ b/src/bin/pgtclsh/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.4 1996/11/11 13:41:25 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.5 1997/01/21 05:16:38 bryanh Exp $
#
#-------------------------------------------------------------------------
@@ -19,6 +19,7 @@ CFLAGS+= -I$(TCL_INCDIR) -I$(TK_INCDIR) -I$(X11_INCDIR) -I$(SRCDIR)/libpgtcl
# try to find libpgtcl.a in either directory
LIBPGTCL= -L$(SRCDIR)/libpgtcl -L$(LIBDIR) -lpgtcl
+LIBPQ= -L$(LIBPQDIR) -L$(LIBDIR) -lpq
all: pgtclsh pgtksh