diff options
| author | Bruce Momjian | 1996-10-31 05:58:01 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1996-10-31 05:58:01 +0000 |
| commit | 3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772 (patch) | |
| tree | 3ed2f5e76f0d903c7ba452e8f7ab2f55f57721c0 /src/bin | |
| parent | 7a93da98af8694feb58e97fdbdcbc64a3d07160c (diff) | |
Added needed include file.
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/pg_dump/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/pg_dump/Makefile b/src/bin/pg_dump/Makefile index 441c4137ee3..b4847d42742 100644 --- a/src/bin/pg_dump/Makefile +++ b/src/bin/pg_dump/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.5 1996/07/31 18:59:00 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.6 1996/10/31 05:56:01 momjian Exp $ # #------------------------------------------------------------------------- @@ -17,6 +17,8 @@ MKDIR= ../../mk include $(MKDIR)/postgres.mk include ../Makefile.global +CFLAGS+= -I../../backend/port/$(PORTNAME) + SRCS= pg_dump.c common.c include $(MKDIR)/postgres.prog.mk |
