aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-04-26 06:13:31 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-04-26 06:13:31 +0000
commite52b943fdbf0c2f44d3aa9e458495f718b24050f (patch)
treea42066c749f2405cfc0486abd91ab0f94139e008
parentb2f2e0316e65f359a2dd4e6a9cb9ea09d86ad176 (diff)
downloadpostgresql-e52b943fdbf0c2f44d3aa9e458495f718b24050f.tar.gz
postgresql-e52b943fdbf0c2f44d3aa9e458495f718b24050f.zip
Missed an -I directive
-rw-r--r--src/bin/pg_dump/Makefile.in4
1 files changed, 3 insertions, 1 deletions
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