Skip to content

Commit a4ee68d

Browse files
author
Bryan Henderson
committed
Add link options for libpq library search.
1 parent 0f90c7a commit a4ee68d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/pgtclsh/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.4 1996/11/11 13:41:25 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.5 1997/01/21 05:16:38 bryanh Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -19,6 +19,7 @@ CFLAGS+= -I$(TCL_INCDIR) -I$(TK_INCDIR) -I$(X11_INCDIR) -I$(SRCDIR)/libpgtcl
1919

2020
# try to find libpgtcl.a in either directory
2121
LIBPGTCL= -L$(SRCDIR)/libpgtcl -L$(LIBDIR) -lpgtcl
22+
LIBPQ= -L$(LIBPQDIR) -L$(LIBDIR) -lpq
2223

2324
all: pgtclsh pgtksh
2425

0 commit comments

Comments
 (0)