From e52b943fdbf0c2f44d3aa9e458495f718b24050f Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Sat, 26 Apr 1997 06:13:31 +0000
Subject: [PATCH] Missed an -I directive

---
 src/bin/pg_dump/Makefile.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/bin/pg_dump/Makefile.in b/src/bin/pg_dump/Makefile.in
index 20cf9f4def7..57c74b826f8 100644
--- a/src/bin/pg_dump/Makefile.in
+++ b/src/bin/pg_dump/Makefile.in
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/Makefile.in,v 1.3 1997/04/26 05:04:55 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/Makefile.in,v 1.4 1997/04/26 06:13:31 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -16,6 +16,8 @@ include ../../Makefile.global
 
 OBJS= pg_dump.o common.o @STRDUP@
 
+CFLAGS+= -I$(LIBPQDIR)
+
 all: submake pg_dump
 
 pg_dump: $(OBJS) $(LIBPQDIR)/libpq.a
-- 
GitLab