OSDN Git Service

Missed an -I directive
authorMarc G. Fournier <scrappy@hub.org>
Sat, 26 Apr 1997 06:13:31 +0000 (06:13 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 26 Apr 1997 06:13:31 +0000 (06:13 +0000)
src/bin/pg_dump/Makefile.in

index 20cf9f4..57c74b8 100644 (file)
@@ -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