Skip to content

Commit e52b943

Browse files
committed
Missed an -I directive
1 parent b2f2e03 commit e52b943

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bin/pg_dump/Makefile.in

Lines changed: 3 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/pg_dump/Attic/Makefile.in,v 1.3 1997/04/26 05:04:55 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/Makefile.in,v 1.4 1997/04/26 06:13:31 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -16,6 +16,8 @@ include ../../Makefile.global
1616

1717
OBJS= pg_dump.o common.o @STRDUP@
1818

19+
CFLAGS+= -I$(LIBPQDIR)
20+
1921
all: submake pg_dump
2022

2123
pg_dump: $(OBJS) $(LIBPQDIR)/libpq.a

0 commit comments

Comments
 (0)