]> granicus.if.org Git - postgresql/commitdiff
Add link options for libpq library search.
authorBryan Henderson <bryanh@giraffe.netgate.net>
Tue, 21 Jan 1997 05:16:38 +0000 (05:16 +0000)
committerBryan Henderson <bryanh@giraffe.netgate.net>
Tue, 21 Jan 1997 05:16:38 +0000 (05:16 +0000)
src/bin/pgtclsh/Makefile

index 26cccf5b8c3e88310f2134bf3737a532024bc145..07325f5d2c0b3771d0e2a54bd5c7bcf398b23cbc 100644 (file)
@@ -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